Connecting Tech Pros Worldwide Help | Site Map

Ruby code productivity

Newbie
 
Join Date: Nov 2006
Posts: 5
#1: Nov 20 '06
Hi,
I would like to know what's your experience with Ruby code productivity. On an average, considering a simple application, what's an average coding productivity of a developer in Function Point/person and/or SLOC/person.
Newbie
 
Join Date: Jan 2008
Posts: 1
#2: Jan 19 '08

re: Ruby code productivity


Quote:

Originally Posted by januwan

Hi,
I would like to know what's your experience with Ruby code productivity. On an average, considering a simple application, what's an average coding productivity of a developer in Function Point/person and/or SLOC/person.

Hi,

I finished a comparison, yesterday.
I have implemented the "payroll" application from "Agile Software Development" in ruby. It took me 10 times less LOC than the author wrote it. Great isn' it?

Here is my post about it:
http://orbanbotond.blogspot.com/2008/01/ruby-on-rails-productivity.html
Expert
 
Join Date: May 2007
Posts: 213
#3: Jan 21 '08

re: Ruby code productivity


I don't know about LOC, I haven't done any comparisons. But Ruby on Rails is built for faster development. Active record makes it pretty easy to use a database and validate form data. It also provides scaffolding, which can create a good starting point for developing an app. It also leans on common naming conventions, which means we don't have to write too much configuration code.
Reply