Pattern from the practical life of a software developer
Builder-Pattern The book from the “gang of four” is part of the essential reading in just about every computer science branch. The basic patterns are described and grouped to get a good start on the topic of design patterns. But how does it look later in use?Here we will take a closer look at one…
Keep reading