Solution1: Design Patterns in C# with Phil DeVeau

Опубликовано: 28 Декабрь 2024
на канале: C# Community Discord
401
14

Design Patterns` are an often debated topic for their use in the wild, but often come up during interviews. We'll be discussing some of the more well-known design patterns and how they might apply to code that you are writing already. Discussion Points:

Decorator Pattern
Observer Pattern
Strategy Pattern
Command Pattern