Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:conventions [2018/05/18 11:41]
stloukalp
devel:documentation:conventions [2020/02/21 08:35]
sourek
Line 1: Line 1:
 +<- .:caching |  ^ .:start | Documentation ^  .:architecture | ->
  
 +======Conventions======
 +
 +Naming conventions make code more understandable by making them easier to read. They can also give information about the function of the identifier (e.g. whether it's a constant, package, or class).
 +
 +
 +===== Devel guide =====
 +  * Conventions to [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/CONTRIBUTING.md|contribute.]]
 +  * [[.conventions:dev:database-conventions|]]
 +  * [[.conventions:dev:testing|]]
  • by sourek