Tag: coding

  • Big redesign in the sky

    Big redesign in the sky

    This is perhaps one of the greatest articles every written on software rewrites. Every single developer should read and understand what it is trying to say. …but the reality of green field projects is that they create the illusion that your messes don’t matter. Your messes do matter. Every single one of your messes matters.…

  • Ember.JS: How to handle invalid URLs

    There’s a lot of documentation for the new Ember Router. However, I found that no one was talking about how to handle the “*” route in Ember, i.e. the routes that don’t match anything. I first tried to look at the ApplicationRoute but that didn’t seem to throw anything. Ember just sits there with a…