KDE/kdevelop/languages/cpp/cppduchain

Niko Sams niko.sams at gmail.com
Tue Jun 17 12:40:19 UTC 2008


> Anyway, in general I agree with you that generic code should be shared, but
> there is just cases where generalization makes everything more complicated
> then bringing a benefit(Having worked a lot on the DUChain I know what I'm
> talking about).
It gets more complicated for c++, but it gets much easier for all
other languages.

I prefer base-classes that are changed from time to time (and
sometimes introduce new bugs)
over copied code i don't understand.
Unit-tests in the languages should help here.

Niko




More information about the KDevelop-devel mailing list