~lorzeteam/lorze/trunk

« back to all changes in this revision

Viewing changes to Dokumentation/TXT/LORZE_development_guidelines.txt

  • Committer: Andreas Ulrich
  • Date: 2012-12-13 20:54:19 UTC
  • Revision ID: ulrich3110@gmail.com-20121213205419-aucgdskqtqmyrj10
new file structure, new object structure, about dialogue, help dialogue, hep pages in english and german, german translation, ponton5h installer, documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LORZE erasandcad / DEVELOPMENT GUIDELINES
2
 
 
3
 
Documentation with UML
4
 
 
5
 
Object-Oriented Programming
6
 
 
7
 
DEVELOPMENT DRIVEN BY TESTING
8
 
-----------------------------
9
 
Every Object with a test routine
10
 
Every Objekt in a seperate file, except test-objects
11
 
 
12
 
Private Attributs, getter and setter methods
13
 
 
14
 
VERSION NUMBERS
15
 
---------------
16
 
LORZE 0.1 (LORZE= major, 0= minor, 1=mikro)
17
 
LORZE 0.x= development versions (alpha)
18
 
LORZE 1.x= 1. version (beta, rc, final)
19
 
LORZE 2.x= 2. fersion .. (alpha, beta, RC, final)
20
 
 
21
 
18.05.2012, Andreas Ulrich