Linked by Thom Holwerda on Sat 14th Feb 2009 12:55 UTC
Permalink for comment 349099
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:
2005-07-06
You've managed to adequately explain the whole situation (again), but there are still people around here who still do not and never will understand what it actually takes to write cross-platform applications. Hell, even a lot of developers have had idealistic notions of being able to port their toolkit to wrap each native API and they still refuse to admit that they've failed to create something that works reliably.
There are always trade-offs, and you have to identify what your lowest common denominator is and then choose to add platform specific features that preferably aren't going to impact that core code. It's hard enough writing an application for one platform! You are best off letting the toolkit handle that common denominator of things you want to work over all platforms and then add your own features on top. Qt's still the best option there. But, whatever.
It's no skin off my nose what Google uses, but we all know we're going to get an inferior Linux port as we have with Firefox, Eclipse/SWT and Open Office (you can't deny that Windows is the primary platform for them).
Open Office is yet another example of layer after layer of cross-platform 'glue' being added after the fact when an adequate toolkit could have been used to start off with so that code didn't have to be written. Does anyone really think that Open Office is a quality application that has features added easily? No. I didn't think so.