GuildCrafts / web-development-js

Craft repository for Web Development with JavaScript
http://jsdev.learnersguild.org/
Other
1 stars 1 forks source link

Design Patters Practice #275

Open FrankieFabuloso opened 7 years ago

FrankieFabuloso commented 7 years ago

I keep on trying to read about design patterns and I'm having trouble putting a picture to the theory so if we could get a project where we have to make a game or something tactile to show us when and where we use different types of design patterns ( like a compare and contrast thing) that would be cool.

tannerwelsh commented 7 years ago

I like the idea @FrankieFabuloso. Are there particular design patterns that you're interested in?

Also, have you done the "Refactor your Projects" goal yet? http://jsdev.learnersguild.org/goals/191-Refactor_your_Projects.html

That one specifically lists refactorings (which are basically small-scale design patterns) that you apply to previous code.