dfischer / betterfrontend

A community recommendation on how to make front-end development better. How-to, best-practices, and more.
http://www.betterfrontend.com
77 stars 10 forks source link

Add JavaScript section #25

Open dpashkevich opened 12 years ago

dpashkevich commented 12 years ago

There is a section for Stylesheets and Markup but missing the third pillar of front-end web development!

Important sources to refer to:

Best practices

  1. Front-end Code Standards & Best Practices (BTW a GREAT material that covers many other aspects of front-end development, I recommend it to everyone; I think the document makes a good use of the words must and should and personally I agree with 99% of their points)
  2. The Essentials of Writing High Quality JavaScript
  3. Google JavaScript Style Guide

Design patterns:

  1. Essential JavaScript And jQuery Design Patterns
  2. JavaScript Patterns Collection
dfischer commented 11 years ago

100% agree with this. Could you possibly help add this section in?