Re: Work Distribution
Sebastian Fischmeister <[email protected]>
| Newsgroups | gmane.games.freeciv.java |
|---|---|
| Message-ID | <[email protected]> |
> 1. Agree on the MAJOR framework design philosophy That's absolutely right. There has to be a big design phase ( UML for structures, GUI-planning, third-party source evaluation), before we begin with coding. Esp. well known design patterns should be used, to ease reuse and help other 'join' the coding phase. (eg.: factory-pattern for units and maptiles, singleton-pattern for general options, etc...) We could use 'dia' for UML. > 2. Delegate the detailed framework coding of the different parts out > to different people. These people having direct access to the > code-base via cvs. Correct. Without CVS, we have no chance at all. Yours, -Sebastian