Menu

DevPhilosophy Log in to Edit

about (1)
Cyril Karpenko

Our vision

Development process of AS consists of a continuos successive iterations with a length for a 2 week.


Each iteration internally splits on next stages:

  1. Architecture planning and investigation ( 20% )
  2. Development ( 20% )
  3. Covering resulted code with unit tests ( 30% )
  4. Time reserved for refactoring and known issues to being fixed ( 15% )
  5. Documentation writing / Time for comments writing ( 10% )
  6. Deploy / Merge with/on working repository ( 5% )

Every 4-th iterations creates both Milestone which used to represents release version of project on some stage of it's lifetime. At the end of 4 sequential milestone release candidate of product is going out.

All projects has same release numbering policy which represents version of build as: X.Y.Z [A-B], where:

  • Z - minor build ( iteration )
  • Y - major build ( milestone )
  • X - release build ( public release )
  • [A-B] - release ready status

Discussion

Anonymous
Anonymous

Add attachments
Cancel