Reader small image

You're reading from  Software Architecture for Busy Developers

Product typeBook
Published inOct 2021
PublisherPackt
ISBN-139781801071598
Edition1st Edition
Right arrow
Author (1)
Stéphane Eyskens
Stéphane Eyskens
author image
Stéphane Eyskens

Stéphane Eyskens has a developer background and became a solution architect about a decade ago. As a cloud subject matter expert, he contributed to many digital transformation programs, helping organizations get better results out of their cloud investments. As an MVP, he is an active contributor to the Microsoft Tech Community and has worked on multiple open source projects available on GitHub. Stéphane is also a Pluralsight assessment author as well as the author of multiple books and online recordings.
Read more about Stéphane Eyskens

Right arrow

Reviewing the GoF

The GoF originated from the unforgettable book, Design Patterns: Elements of Reusable Object-Oriented Software, published in 1994 and written by four authors— hence the name. This book popularized the notion of design patterns and proposed 23 of them. Many other patterns have been added since then. A good source to check most of the available patterns is this Wikipedia page: https://en.wikipedia.org/wiki/Software_design_pattern. Here, you can find the original patterns proposed by the GoF as well as more recently added ones. The first thing to know as a software architect is the different categories of design patterns, outlined as follows:

  • Creational: Patterns in this category relate to the instantiation of objects. They mostly impact performance and scalability. They help prevent the waste of computing resources. Creational patterns, especially the dependency injection (DI) pattern, also improve the testability and maintainability of your code.
  • ...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Software Architecture for Busy Developers
Published in: Oct 2021Publisher: PacktISBN-13: 9781801071598

Author (1)

author image
Stéphane Eyskens

Stéphane Eyskens has a developer background and became a solution architect about a decade ago. As a cloud subject matter expert, he contributed to many digital transformation programs, helping organizations get better results out of their cloud investments. As an MVP, he is an active contributor to the Microsoft Tech Community and has worked on multiple open source projects available on GitHub. Stéphane is also a Pluralsight assessment author as well as the author of multiple books and online recordings.
Read more about Stéphane Eyskens