When your program is about managing some kind of data the smallest bugs in the program’s code will result in an unpredictable state for the data it manages. This is especially true if all validations on the data are done entirely through the same buggy program.
P
121
Programming
Notes, ideas and advises related to programming collected from my readings for blog posts, articles and books