Linked by Thom Holwerda on Mon 4th Feb 2013 18:41 UTC
Thread beginning with comment 551450
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[7]: That's terrible
by lucas_maximus on Tue 5th Feb 2013 00:45
in reply to "RE[6]: That's terrible"
Performance and programmer productivity are the two most important metrics when writing apps.
ERRR NO! While both are important I would argue quite strongly that performance isn't as important as it was.
When we have more processor power and RAM than most of us can possibly use. The main bottleneck these days in Desktop applications is I/O (bar a few specialist applications).
I'd rather have something run slower that ran accurately and had a maintainable code base than something that ran fast.
Or have languages that are easy to understand like python (as opposed to JavaScript which I think is much more difficult to understand) and have the same sort of effort that has gone into JavaScript execution optimization in recent years.
Edited 2013-02-05 00:48 UTC





Member since:
2005-09-27
Speed is not the only metric when writing applications.