This document provides tips for enhancing a development setup. It recommends using fixtures to mock backend data for testing models, writing unit tests with fixtures, and embracing templating to avoid constructing HTML in scripts. Automating builds, fixtures, and configurations is advised. Formalizing a code outline and refactoring slowly and smartly over time is also suggested. Client-side capabilities like page transitions, offline caching, and local storage are encouraged to be utilized more.
22. Backbone.Router
html5! page transitions! save state on client side! of鍖ine
cache! localStorage! ponies!
point is, you can save and do a lot more client side now.
28. tips.
automate as much as you can.
stub generators, builds, perf tests, 鍖xtures,
con鍖gurations, pages(?).
DEVELOP BOLDLY.
refactor slowly. refactor smartly.
EVERY site becomes a single page app.