首页 > Web开发 > 详细

如何写高质量的JS, Html5前端代码

时间:2015-04-19 12:55:14      阅读:329      评论:0      收藏:0      [点我收藏+]

Sencha‘s Guide to JavaScript Style and Best Practices     

 

Sencha‘s Guide to JavaScript Style and Best Practices

The following document contains a series of best practices and recommendations for building enterprise web applications with JavaScript and HTML5.

Much of this advice is used internally at Sencha and certainly applies to building applications with the Sencha frameworks -- but this JavaScript style guide can also help teams building applications with any framework, or even just vanilla JavaScript.

Mission Statement

Sencha firmly believes that high quality JavaScript is above all else consistent, and addresses four main pillars:

  • Readability: JavaScript code should be clear and easy to understand at first glance
  • Maintainability: JavaScript code should be consistent and cohesive
  • Error Prevention: JavaScript code should strategically avoid common problems
  • Performance: JavaScript code should always consider faster implementations

This style guide will attempt to provide some ground rules for building enterprise web applications with JavaScript and HTML5, and as such is intended primarily for medium-to-large development teams.

These recommendations are based on our own experiences, as well as direct interaction with our enterprise customers.

Dogma vs Doctrine

Avoid obsessing about code style -- this document is merely a guide, not infallible dogma. It is not intended to be a comprehensive list of all "best practices", but rather a list of the most common areas on which people ask our opinions. Many others have created similar documents and clearly not everyone agrees on every point.

The overall goal for this document is to help you evaluate what we consider to be the important aspects of "quality" code, and ultimately create your own readable, maintainable and scalable JavaScript projects. Our suggestions stand as a baseline from which your teams should implement your own strategy for building a high quality JavaScript codebase.

Outline

To best articulate Sencha‘s experience building both frameworks and enterprise applications, we will divide this discussion into four parts:

  1. Readability
  2. Maintainability
  3. Preventing Errors
  4. Performance

It is worth noting that many of the points we will cover might fit into more than one of these pillars.



如何写高质量的JS, Html5前端代码

原文:http://www.cnblogs.com/best-html5-js/p/4438832.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!