/
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.

 

Related content