-
-
Save jcsrb/b544ec108b275733782f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Bad | |
"Your Framework Sucks." | |
// Bad | |
"Browserify? Have you heard about WebPack?" | |
// Bad | |
"Ember vs Angular: 10 Things You Should Know" | |
// Good | |
"Look at the cool thing I made!" | |
// NEVER do this. | |
"Considered Harmful" | |
// Coding Style: Semicolons? CoffeeScript? | |
"Who fucking cares? Let's make cool things together." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment