So I’m working with a firm and I’m curious to know how other people approach ajax/js in their applications. I’ve worked with some large firms and several startups and the approach has always been to build applications first and add the ajax later( and to use sparingly at that ). Sort-of an ‘if you try to solve a problem with jquery now you have two’ approach. This company has a policy of shoot first fix later, which usually ends up in additional complexity and longer turnaround for new features, often which don’t really end up improving anything.
So, just wondering what others thoughts are on this. Just so you know, I’m not anti ajax/js in any way - just curious to know how others approach this subject.