|
|
|
|
|
by asprouse
2807 days ago
|
|
I find that while coding I practice lazing naming where I am able to start writing `function foo` and which allows me to bypass the upfront naming deliberation. Once I have my code written I can assign an accurate name to function and if the name is too long or convoluted I consider revising the code. So naming for me ends up being a useful tool for self-reviewing my code. |
|