Looking at a piece of code, we can learn a lot from its visual structure, even before reading the actual code. Some typical such structures can help us spot possible code-smell.
Posts tagged as “Open/Close Principle”
If you are one of this blog’s readers, you are probably familiar with the SOLID principles for OOD software development. The one thing you have never been taught, though, is…