6

That moment when your brain can't think of new variable names

Comments
  • 3
    That's how i, j were born
  • 0
    Wasn't there an IntelliSense feature that suggests names?
  • 2
    And the fact that I can't continue doing other stuff until I find a eligible variable name.
  • 0
    I must say, I've been guilty of using non descript names at these times as well (i, x). I usually at least leave myself a todo for a bit of cleanup. Sometimes I just need to see some progress before I'm driven insane
  • 0
    // This is a string
    String string = "string"
Add Comment