0
comment
comment
on 10/8/2012 3:42 PM
The impression I’ve gotten from working with ruby is that it’s generally fun to work with. One of my coworkers who has about a year of experience told me:
- You become happy from working with ruby.
Also, for many tasks it can provide a easier experience than some of the alternatives. Consider the tasks:
- Manage builds or server
- Simple web app
Tools like rake and sinatra are simple enough to help green developers complete the task without drowning in the complexity.
It’s the same reasoning behind webmatr[...]