47
How do you deal with colleagues that argue 45 minutes on a call about a variable name?
(self.cs_career_questions)
A community to ask questions about the tech industry!
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
Is he right? Naming things is hard, and often has long-term consequences for the maintainability of the code base.
I've been working twenty years on a project and can't count the number of times something has been called one thing everywhere but one place and because it's called something different in that one place, the brain has to reset while working with that one bit of code.