
KDE 4.0.3
has been released.
"The KDE Community today announced the immediate availability of KDE 4.0.3, the third bugfix and maintenance release for the latest generation of the most advanced and powerful free desktop. KDE 4.0.3 comes with an impressive amount of bugfixes and improvements. Most of them are recorded in the changelog. KDE continues to release updates for the 4.0 desktop on a monthly basis. KDE 4.1, which will bring large improvements to the KDE desktop and application will be released in July this year."
Permalink for comment 307814
To read all comments associated with this story, please
click here.
Member since:
2005-09-27
You can note the difference trying to develop an application for each platform, for example:
Windows Vista: The use of to many archaich techniques like Messages and heavy use of interfaces.
Mac OSX: It lacks in clarity of the framework, the use of objetive C doesn't help eather.
GNOME: Despite having many bindings, the lack of a central core of shared libraries is the weak point, the code has a high coupled level, they are getting better thougt.
KDE 4: Centralized and shared libraries with a loosely coupled framework that boost the code reuse, better architecture like MV.
Is just my experience as a programmer.