Articles
Programming

SOLID
In this article you will read about good practices used in object-oriented programming. These practices are described by the acronym SOLID.

Stub, Mock, Spy
In computer programming and computing, programmers use a technique called automated unit testing to improve software quality.

Unit Testing - TDD
TDD (Test driven development) – is an approach to software development in which the test is written first, followed by the production code undergoing that test.

Strategy Pattern
This patter belongs to the group of behavioral patterns. In other words, those that deal with the structure of processes and activities in a broader perspective.

Decorator Pattern
Decorators provide flexibility similar to that of inheritance, but in return offer significantly expanded functionality. They belong to the group of structural patterns.

Builder Pattern
It is one of the design patterns included in the group of construction patterns. The process of creating an object is separate from its real representation here.

Tests in programming
Discover and compare different types of software testing. Learn what unit testing, integration testing, functional testing, acceptance testing and much more are!
Copyright © 2021 adamski-dev / Built with WordPress