Hacker News new | past | comments | ask | show | jobs | submit login

I have not experienced that.

If you see many different usages of the same identifier then it’s probably a common construct/pattern you aren’t aware of.

In the same way as ‘i’ tends to be used as the current array index in a for loop - but devs don’t get confused by seeing ‘i’ used in lots of different loops.

Or kotlin devs seeing ‘it’ or class based language devs seeing ‘this’.




So you claim it never happens that two people working on different parts of the code decide to use the same identifier for completely unrelated things?

Seems to me that is bound to happen pretty frequently when the expectation is to use only one- and two-letter identifiers.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: