DISQUS

Emad Ibrahim: Ruby on Rails for a .NET Developer - Part 2

  • Miah · 1 year ago
    I too am not a big fan of the language syntax. It kind of reminds me of the look and feel of VB.
  • Jason · 1 year ago
    I love curly brackets!
  • Antonio Cangiano · 1 year ago
    Hi Emad,

    nice entry. :) A couple of considerations for you:

    1) In the Class definition snippet, you probably meant class Car not Product;
    2) In order to make the snippets more Rubyesque, you may want to consider switching from camelCase to snake_case.

    By the way, I'm in the process of writing a Rails book for .NET and Microsoft developers, that will be published before Christmas. By then you'll be a Rails pro, but I wanted to give you the heads up. :-)

    Cheers,
    Antonio
  • Emad Ibrahim · 1 year ago
    @Antonio thanks for the comments, I fixed the class definition. I thought about writing a book exactly like yours but I am still a Ruby beginner. Looking forward to it.