by Ruben Hamers | Sep 25, 2023 | Pragmatic Programmer
#begin Assertive Programming Let’s check out a section about assertive programming. We also talked about this earlier while discussing Design by Contract. Assertions allow you to use the compiler for certain conditions. Not just during testing, but also at...
by Ruben Hamers | Sep 7, 2023 | Pragmatic Programmer
#begin Dead Programs Tell no Lies The next section of the book is called Dead Programs Tell no Lies, haha. This refers back to something we talked about earlier. We need to fail fast in order to be able to pin down problems in he code properly. That’s what they...
Recent Comments