官术网_书友最值得收藏!

Chapter 5. JavaScript Patterns

So far, we have looked at several fundamental building blocks necessary to write code in JavaScript. Once you start building larger systems using these fundamental constructs, you soon realize that there can be a standard way of doing a few things. While developing a large system, you will encounter repetitive problems; a pattern intends to provide a standardized solution to such known and identified problems. A pattern can be seen as a best practice, useful abstraction, or template to solve common problems. Writing maintainable code is difficult. The key to write modular, correct, and maintainable code is the ability to understand the repeating themes and use common templates to write optimized solutions to these. The most important text on design patterns was a book published in 1995 called Design Patterns: Elements Of Reusable Object-Oriented Software written by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides—a group that became known as the Gang of Four (GOF for short). This seminal work gave a formal definition to various patterns and explained implementation details of most of the popular patterns that we use today. It is important to understand why patterns are important:

  • Patterns offer proven solutions to common problems: Patterns provide templates that are optimized to solve a particular problem. These patterns are backed by solid engineering experience and tested for validity.
  • Patterns are designed to be reused: They are generic enough to fit variations of a problem.
  • Patterns define vocabulary: Patterns are well-defined structures and hence provide a generic vocabulary to the solution. This can be very expressive when communicating across a larger group.
主站蜘蛛池模板: 乌兰察布市| 苏尼特左旗| 广平县| 平利县| 永胜县| 勐海县| 玉山县| 广河县| 宁化县| 佛坪县| 平顶山市| 沂南县| 哈密市| 大名县| 阜新市| 澄迈县| 富平县| 桐乡市| 盐山县| 勃利县| 肥西县| 友谊县| 新巴尔虎右旗| 丘北县| 南投市| 中江县| 镶黄旗| 卓资县| 玛纳斯县| 个旧市| 金门县| 聊城市| 隆尧县| 兰坪| 米脂县| 白山市| 纳雍县| 东阳市| 县级市| 青阳县| 镶黄旗|