Synopsis: | Performance Issues |
Description: |
This chapter contains rules that optimize code and improve performance. |
Name | Checked | Synopsis |
---|---|---|
OPT#001 | Avoid duplicated code and data | |
OPT#002 | Optimize code only if you know that you have a performance problem. Think twice before you begin | |
OPT#003 | ![]() |
Avoid the usage of inline methods/functions |