Design Patterns
When we learn programming and consistently expand our knowledge in this area, it is certain that we will encounter design patterns. What are they? What are they for? And after mastering them, are they used…
When we learn programming and consistently expand our knowledge in this area, it is certain that we will encounter design patterns. What are they? What are they for? And after mastering them, are they used…
S.O.L.I.D. is an acronym proposed by the famous American programmer Robert C. Martin. Underneath it are five principles that tell you how to write good object-oriented code. The very word “solid” is also a play…
List of items: TDD – is a software development technique where the emphasis is on writing test cases before writing the actual function/code part in our project. It combines building and testing. It guarantees high…