Daniel's Tumblog

  1. There are lots of ways to ruin any project. I’ve seen most of them over the last few decades, but this year I’ve been called in to salvage a series of Rails projects that were, well, off the rails, in some ways that maybe special to Rails.

    Sage advice.

    Tags: RAILS RUBY WEB PROGRAMMING

  2. Bruno says:

    I guess the difference between Ruby 1.9 and Python 2.5 mostly may comes from Python not optimizing tail-recursive calls (which btw is a design choice wrt/ ease of debugging, not a technical flaw).

    What a surprise, another Python wart turns out to be a design choice.

    Tags: RUBY LANGUAGES