Charles Goodwin wrote:
On Tue, 2004-03-16 at 00:12, Nathan Hurst wrote:
Actually, I think it's good that it's all or nothing - it makes it hard to leave out one icon, and it makes it really obvious if there is a problem :)
Fair point. Also all inkscape code should be in one .cpp file.
certainly we should move to using one single makefile.
Yes, I'm being facetious. And, yes, the comparison isn't the greatest but it does highlight the issues. One giant file is harder to manage that a broken down set. As for 'missing one out', won't that (or shouldn't that) be shown up by a warning when running Inkscape that a icon could not be loaded? Or does it just fail silently?
the only reason to break .cpp files into smaller pieces is if the single file would be too hard to comprehend. the icons file is easy to comprehend.
njh