Tuesday, June 19, 2012

JavaScript: Style Guides

JavaScript Style Guides And Beautifiers


Consistently styled code can:
  • Reduce the lead time required to understand an implementation
  • Make it easier to establish what code can be reused
  • Clarify how updates to an implementation should be styled or structured (remember that consistent code, even when written by a team, should look like one person wrote it).

No comments:

Post a Comment