Slide 2
Slide 2 text
Why Care About Design Patterns?
●
Solid and consistent design patterns are crucial to writing maintainable, readable,
and reusable code
●
Speed up development time by providing well tested, and proven development
paradigms
●
They should solve challenges, and provide structure to common problems with
regards to your codebase and/or team