Wednesday 13 January 2021

SOLID: The Open-Closed Principle

 

Making classes open to extension but closed to modification can improve productivity and reduce bugs. Here's how it's done.

Topics include:

  • C#
  • SOLID Code
  • The Open-Closed Principle
  • OCP
  • Strategy Pattern
  • Rock, Paper, Scissors
  • Interfaces

No comments:

Post a Comment

The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...