Linked by Thom Holwerda on Wed 29th Aug 2007 21:55 UTC, submitted by deanna
Permalink for comment 267151
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
More News »
Sponsored Links



Member since:
2006-01-16
The OSS projects write portable code in first place.
Many companys have the "get it running on our reference machine, we will fix the glitches on some other machines later" attitude.
Developers need more time for really portable code (although its much easier on POSIX platforms). In a company, they want you to get the job done, and do it fast. The job is the target machine/platform, and nobody will ask you about another OS or platform because it isn't in their business plan anyway. So you use every single (non-portable) feature of the target platform that shortens your work.
But if I code for free/fun, I want to write nice/elegant code, not only fast code.