My JavaScript patterns/practices stink. Where should I seek help?

后端 未结 7 1196
庸人自扰
庸人自扰 2021-01-29 18:17

I\'ve been working almost exclusively on back-end tasks for the past few years, and I\'ve just noticed that most JavaScript (and CoffeeScript) projects have got a helluva lot pr

7条回答
  •  日久生厌
    2021-01-29 18:52

    If you need to play with a complete implementation of a large scale javascript reference architecture, have a look at:

    http://boilerplatejs.org

    It is a collection of patterns and integration of some good libraries with readymade sample application to start with. I wrote it to share my experience after working on couple of large JS projects.

提交回复
热议问题