• Testing

    Posted on September 22nd, 2008

    Written by Emad Ibrahim

    Tags

    , , , ,

    A Good TDD Process Diagram?

    I am trying to create a flow diagram that depicts the Test Driven Development process and I need your expertise/opinion/criticism in nailing it down. Take a look below and let me know what is wrong, what is right and what can be done better. I drew the above diagram based on my understanding of TDD [...]

  • Programming

    Posted on April 30th, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , ,

    Ruby on Rails for a .NET Developer – Part 2

    Ok, so I thought the whole scaffolding thing was so easy and I would be done in a few minutes. I was so wrong. Nothing seemed to work right. I would call ruby script/generate scaffold Tag and it will generate all the files but the views were empty. Hmm… This is exactly what has been [...]