Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 3.86 KB

README.md

File metadata and controls

63 lines (50 loc) · 3.86 KB

A design pattern is a general solution to a problem that occurs frequently within a given context in the software project. A design pattern is not a finished project that can be directly transformed into source or machine code, it is a description or template (template) of how to solve a problem that can be used in many different situations. Standards are formalized best practices that the programmer can use to solve common problems when designing an application or system. Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the classes or objects of the final application that are involved. Patterns that imply object orientation or a more general mutable state are not as applicable in functional programming languages.

Logo Design Patterns - PTBR
Repository created for solving the exercises in the book and also understanding the specific standards.

Stargazers Forks Description Language

📌 Mardown

Tool

The language that I used to solve the problems was Delphi, because with it I could use all the potence of Object Oriented Probramation (OOP) that it offers.

Use a Cabeça

Chapters

Chapter - 01

Chapter - 02

Chapter - 03

Chapter - 04

Chapter - 05

Chapter - 06

Chapter - 07

Chapter - 08

Chapter - 09

Chapter - 11

Chapter - 14

Create with ♥ by Me