/
Crafting Variable Names for Maintainability
Crafting Variable Names for Maintainability
The ubiquity of variables in code makes variable naming an important skill for creating a durable and maintainable codebase. Few sources cover all the considerations that can go into variable naming in-depth. This training aims to act as a detailed handbook on this topic. It contains numerous tips that have been tested and refined over many years and supplemented with many concrete code examples. By mastering this material, you’ll be able to craft highly readable variable names that support a maintainable codebase.
, multiple selections available,
Related content
The Importance of Variable Naming
The Importance of Variable Naming
More like this
Make Names Specific Enough to Distinguish Between Similar Variables [VS6]
Make Names Specific Enough to Distinguish Between Similar Variables [VS6]
More like this
Giving Literal Values Names
Giving Literal Values Names
More like this
Crafting Documentation for Maintainability
Crafting Documentation for Maintainability
Read with this
Code Maintainability: Best Practices
Code Maintainability: Best Practices
More like this
Code Maintainability Best Practices
Code Maintainability Best Practices
More like this