Atthavit Wannasakwong

30%
Flag icon
Special cases can result in code that is riddled with if statements, which make the code hard to understand and are prone to bugs. Thus, special cases should be eliminated wherever possible. The best way to do this is by designing the normal case in a way that automatically handles the edge conditions without any extra code.
A Philosophy of Software Design
Rate this book
Clear rating
Open Preview