1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-13 20:54:16 +02:00

Add link to resource (#5046)

Refactoring Guru added to the computer science roadmap Design Patterns section.
This commit is contained in:
RibeiroLucas
2024-05-10 18:15:05 -03:00
committed by GitHub
parent d2a09427ed
commit 0ba3e6e155

View File

@@ -5,4 +5,5 @@ Design patterns are solutions to common problems in software design. They are fo
Visit the following resources to learn more:
- [Design Patterns - Wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern)
- [Design Patterns for Humans](https://github.com/kamranahmedse/design-patterns-for-humans)
- [Design Patterns for Humans](https://github.com/kamranahmedse/design-patterns-for-humans)
- [Refactoring Guru - Design Patterns](https://refactoring.guru/design-patterns/)