Comment Re:It still sucks for developers (Score 1) 368
The API "documentation" is still completely unorganized and most of it is just Doxygen pages. While the Doxygen tagging is fairly good, this is not a "manual," it's a reference.
I agree a manual would be great, but they have an huge wiki.. any developer should know how " read " code. I think the logic is that they created such an awesome product that they should not have to ' put it in the hole ' for you
too lazy to contribute to the docs...
You need to read docs first if you had not had the chance. Start here.. [ http://techbase.kde.org/Development/Tutorials ] They even have snippets [ http://techbase.kde.org/Development/Tutorials/D-Bus/Accessing_Interfaces ]
Coding for KDE is no cakewalk; yet its not as impossible as you make it seem.
What helped me is opening up the sources for Cairo-Clock and others and copy, pasting, reading, and reading some more..
Yes, the docs can be better; but just try to look at the problem like a kid who likes to break there toys to figure out why. Thats why I became a developer.