faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
Great idea
by Rafael Fernández López on Saturday 02/Dec/2006, @15:56
|
I really like the idea of this university. Taking trained people to improve their skills and free software products at the same time. I'm pretty sure some of them will keep working later on the project in which they started.
We, students haven't got lots of free time (generally), but I think that we sometimes have that point of i-won't-move-from-here-till-finished (and no students too, for sure :P).
I haven't read any code of KOffice or something, but on KDE there is no lack of documentation at all, and Qt has a very complete documentation in general.
To sum up, keep up the good work guys, and I'm very happy with this kind of ideas... brilliant.
Bye !! |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Great idea
by Diederik on Monday 04/Dec/2006, @00:19
|
> I haven't read any code of KOffice or something, but on KDE
> there is no lack of documentation at all, and Qt has a very
> complete documentation in general.
Well I have experienced the lack of it. The kde-core libs are well documented, but the other libs are not.
Try implementing a KHTMLPart for instance, and updating the HTML page with DOM manipulation methods from C++. I couldn't figure it out with the documentation, and actually had to dive into Kopetes code to find an example of how it works. Turns out you could just assign a DOM node objects to a HTMLElement class. This is not documented at all, making it almost impossible to use a KHTMLPart in your app.
|
[
Reply To This | View ]
|
Re: Great idea
by cl on Monday 04/Dec/2006, @00:40
|
Well it's open source right. So if you found out how to do, why don't YOU add the documentation to the source code??
|
[
Reply To This | View ]
|
Re: Great idea
by Jisaku Jien on Tuesday 12/Dec/2006, @01:41
|
That's a problem for us developers developing under open source. We often do not document our software when it is needed and thus, the next developer that uses our works may have to miss out on some nifty but undocumented feature.
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|