Rails/Backbone.js practices  

A recent post that discusses a couple of Rails and Backbone.js practices I’ve incorporated into Kicksend.

  • Avoid to_json
  • Action cache
  • Keep the UI responsive
  • Modularize
  • Have a single representation of each resource
  • Use a view manager

Check it out.

 
30
Kudos
 
30
Kudos

Now read this

Simplicity

At times, we tend to over engineer and totally forget about our users. We have to balance engineering effort, metrics and user experience. Striking the right balance can give great results. Mailcheck.js is one example. On one end, we can... Continue →