+ 2
How do you name your functions and variables?
Do you use long, easily identifiable names? Or short, fast to code names? Generic names? Specific names? Any tips on function or variable naming?
2 Answers
+ 1
Long if necessary, our code must be understanding by any developer. We lost time with short and mystic variable name when we read code, debugging...