I always treat things like projectStatus and userEmail as a kind of code smell.
If a variable name carries too much context, then I figure out why and how to carry that context in a better way (project.statususer.email)
Isn't always doable. But that's why it's a smell, not a rule
I always treat things like
projectStatusanduserEmailas a kind of code smell.If a variable name carries too much context, then I figure out why and how to carry that context in a better way (
project.statususer.email)Isn't always doable. But that's why it's a smell, not a rule