Rules
Rules for programmers
  1. Registration of comments in SVN
  • At addition of new function
  • ADD: < that is added >
  • At correction of errors
  • FIX: Bug < bug number from bugtracker > [description]
  • At remove
  • DEL: < that is removed >
  • At updating (algorithm, function etc.)
  • UPD: < that is updated >
  1. Registration of comments in a code
  • Comments are written in English
  • If something is not completed made out as:
  • // ToDo < that it is necessary to complete >
  1. Updating sources in SVN
  • It is possible to update sources even if added function (module) up to the end does not work, however that thus all was compiled without mistakes, and did not prevent work of other functions (modules)
  1. The name of components (Button, CheckBox etc.) 
  • The name is necessary for giving components by analogy to that as it It is already made in other forms
  • The name of a component should reflect its type and sense of action
  • (For example: button "Delete" it is necessary for it to give a name btnDelete)






This project is hosted on SourceForge.net Logo