How do we design a complex behavior or build a complex solution? Can we imagine everything big up front and then just write the full
Tag: Robert C. Martin
Architecture: 2 n-dimensional layers
Original Sin: Unidimensional Asymmetry Back in the day, I was delighted when I first found this three layers’ architectural pattern: Finally, some order in the
Refactoring: strategy & collaborative work
Introduction – The extended definition of Refactoring contains also this part: “Its heart is a series of small behavior preserving transformations. Each transformation (called a
Limits of inspected-in quality
“All necessary test cases, starting from requirements” Quality has two major “sources”: built-in quality (build without defects) and inspected-in quality (test, find defects and fix