Actions
Development process » History » Revision 50
« Previous |
Revision 50/58
(diff)
| Next »
Greg Burri, 11/18/2009 10:20 AM
Development process¶
Here is a little list of the development stages involve in Aybabtu. The stages prefixed by '>' are the current stages.
- [ok] Brainstorming.
- [ok] Functional definition.
- [ok] Defining of technologies, libraries and tools.
- [ok] Creating of some prototypes to validate the point above. They will be reused during the implementation stage.
- [ok] Technical specifications. Protocols, algorithms and persistent data. Some prototypes can be added to test algorithms or anything else.
- [ok] Architecture of components and theirs interface. -> Component Diagrams.
- [ok] Modeling of each components. -> Class diagram, sequence diagram, state diagram, etc..
- > Implementation of each component with unit tests, unit benchmarks, and code coverage. Once a component is near finished, a another person of the team will read the code and criticize it in a positive way.
- Alpha version.
- The 1.0 branch is created
- All features are implemented.
- Profiling, optimizing, simplification and stabilisation. See Stabilisation process
- Beta version.
- The tag 1.0 beta is created.
- Testing with people who didn't participate in the project.
- Final Release \o/ (before Starcraft 2 release if possible ^-^´)
- The tag 1.0 is created
- Define the future integration workflow1 with git and Goto 1..
Updated by Greg Burri about 15 years ago · 50 revisions