Introduction
One of the pillars of the modern software development industry are the
SOLID principles. These code design principles provide a great (and
solid) solution to the major software development challenge: how to cope with increasing code complexity without being buried under tons of technical debt?
Dependency Injection and Inversion
Weiterlesen...