in reply to Re^3: Choosing a Platform
in thread Choosing a Platform
I agree, to a point.
We took a task-by-task look at how much code (and therefore how much time) it takes to do 10 common tasks in Java, .NET and Perl.
When writing a web-based application, these are arguably some of the most common tasks. If each one only takes 1-2 lines of code, or if each one takes 5-10 or 15-20 lines of code, it can make a serious difference in the amount of time it takes to write, and the amount of code you have to maintain.
Bugs are more easily identified in less code. That's a pretty important factor to take into account, IMHO.
|
|---|