Coding best practices: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 116:
Also, if complicated logic is being used, it is a good practice to leave a comment "block" near that part so that another programmer can understand what exactly is happening.
 
[[Unit testing]] can be another way to show how code is intended to be used.
 
===Naming conventions===