Linked by Thom Holwerda on Thu 25th Sep 2008 15:29 UTC, submitted by Guido
Permalink for comment 331863
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-06
I can understand making the 'model' and 'controller' bits portable across platforms, but I cannot for the life of me understand why anyone would use a non-native API for the 'view' part, especially with all the flamefests I keep encountering regarding inconsistent look and feel.
UIs are not that difficult to write, are they? I have written UIs in Cocoa, HTML, SVG, XAML, QT, GTK, and Swing. It took just a little more effort to write separate UIs for each platform in the language that best matched them (especially when good design tools are available, like the ones that made Swing bearable), and doing so actually ended up saving me effort in the long run.
So what am I missing here? Is it just me?