Please enable JavaScript.
Coggle requires JavaScript to display documents.
code review (coding best practices (avoid deep nesting, limit line length,…
code review
coding best practices
avoid deep nesting
limit line length
DRY principle
file and folder organization
consistent naming scheme
consistent names for temporary variables
grouping some lines of code that partecipate at the same task
capitalize SQL special words (example of special word is where)
avoid obvious comments
separation of code and data
consistent indentation
alternate syntax inside templates
documentation
object oriented programming vs proceduraln programming
comment about why not how
code refactoring
coding standards
non functional requirements
OOAD principles
static code analysis metrics