03/13/2018
Brief writeup on how to use the do-while-false pattern to validate the inputs in a procedure as well as handle errors by Daniel Dawson.
While working on an NDIS Driver for custom hardware, I saw a code pattern that intrigued me.The driver was using a do while false pattern with validated inpu...