Document-based workflows can consume plenty of your time and energy, no matter if you do them regularly or only from time to time. It doesn’t have to be. In reality, it’s so easy to inject your workflows with additional efficiency and structure if you engage the proper solution - DocHub. Sophisticated enough to tackle any document-related task, our platform lets you modify text, images, notes, collaborate on documents with other users, generate fillable forms from scratch or templates, and digitally sign them. We even safeguard your information with industry-leading security and data protection certifications.
You can access DocHub tools from any location or system. Enjoy spending more time on creative and strategic work, and forget about monotonous editing. Give DocHub a try right now and watch your Editor Contract Template workflow transform!
hey there its jason from codemanship with not a not a full-blown video video diary entry um just a short one this time but also this new laptop im recording on here has not been set up with video or anything yet um so this is going to be raw and hopefully fairly quick now i posted something on linkedin and twitter over the weekend um it was about um null checking in in core logic but it was maybe i was a bit being a bit too specific there really what i was talking about is invalid invalid data essentially checking for invalid data in your core logic my point was that you shouldnt need to do it really and the invalid data should not make it that far now i wanted to illustrate this with a very simple example which is a square root calculator you give it a number it calculates the square root but the number must be positive it must be greater than or equal to zero otherwise were going to end up in an infinite loop here so there is a precondition for this root function before we docHub