How to write maintainable code: Naming things
Using the right names is an essential part of writing maintainable code. For a computer, any name will work just fine—they either match or not. For the humans who read the code, the names are the first thing they have in mind as they work on the code...
Aug 23, 20233 min read191

