On Mon, 31 Jan 2005 mental@...3... wrote:
Quoting Pierre Boulenguez <boulenguez@...558...>:
Hi, I'm skilled in C++ and have a basic knowledge of cvs.
Is there a basic task to perform to begin helping in inkscape development ?
Off the top of my head, here's one easy and low-risk task that needs doing:
In src/xml/repr.h, there are a bunch of inline functions that are trivial wrappers for SPRepr member functions. Your task, should you choose to accept it: replace all calls to those wrapper functions with direct calls to the wrapped member functions, then remove the unused wrapper functions.
If you can catch me on Jabber tonight (GMT +5), I can probably think of some more. There is a lot of badly needed refactoring work that I would like to do, but which I have not had time for.
Maybe we should set up and maintain a janitor's list with stuff like this? Even for those of us who are working on larger projects, sometimes you're in the mood for some simple tasks...
Bryce