Skip to content
D. Hristov edited this page Sep 20, 2023 · 7 revisions

Motivation

Basically, the design patterns are typical solutions to commonly occurring problems in software engineering. They act as pre-made blueprints that we can customize to solve recurring design problems within our code.

My point is to show you how they are structured (according to me) by examples. I am going to try to cover as much as I can design patterns and within this repo, also I am going to use TypeScript as a programming language.

I haven't used any kind of AI tools like ChatGPT, CoPIlot, or any other "crutches" for the mind.

Author: D. Hristov