DEV Community

Discussion on: Why are global variables bad?

Collapse
 
craser profile image
Chris Raser

The classic Patterns book is Design Patterns: Elements of Reusable Object-Oriented Software. It's by no means exhaustive, but it's a great start.

And Twitter is a great place to find and follow great devs working on stuff you're interested in. Dig around, find a few people, follow them, see what they talk about and who they retweet, follow those people, repeat. Before long, you'll find amazing stuff in your timeline with links to CodePen, GitHub, etc, where you can see how people are doing things.

Cheers!