Articles

Here is a brief introduction to program design. The foundation of writing programs is SOLID – principles of object-oriented design, as well as Design Patterns, which solve the most common problems encountered in object-oriented programming. Another important aspect of programming is the use of various techniques. One of them is Test-Driven Development (TDD).