Please keep in mind that this is a Framework so we need good cooperation between the programmers but between the parts (classes, libraries) as well...
General Guidelines
- try to define the algorithm you are going to use before you start implementing it
- if your program or parts of it could be useful with respect to other tasks, make it an entity for itself (a class, a widget, etc.)
- reuse existing classes as much as possible
- if you find something general is missing in the API, mail the
the OffiX Team
- encapsulate as much as possible and keep the interface clean
- write good documentation, possibly using the c++2texi package which is part of the OffiX API
Guidelines for writing GUI based applications
back to the OffiX home