you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago* (1 child)

I have had too many times where I have been confused trying to figure out a giant nested loop because the writer used i/j/k or x/y/z. It’s even worse when they confused when a particular bug is because they confused what their single letter variables were and used j somewhere instead of i and no one caught it because it is so easy to brush over. Name your stuff what it is, make your life easier, make others lives easier.

  • source
  • parent
  • hideshow 1 child comment