![Modern JavaScript Web Development Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/54/36699054/b_36699054.jpg)
上QQ阅读APP看书,第一时间看更新
How to do it...
Organizing code is such a basic need when dealing with hundreds or thousands of or even larger code bases, and so many ways of dealing with the problem were designed before JS finally defined a standard. First, we'll look at the more classic iffy way (we'll see what this means soon) and then move on to more modern solutions, but be aware that you may encounter all of these styles when reading other people's code!