34

Worst part about being a dev is figuring out good variable names and function names.

Comments
  • 1
    Alpha , beta , ..., zulu
    This is what i use.
    And if i have to reuse that code again , i am fuxked.
  • 4
    If i ever get stuck on names, i just use pokemon. There are sooo many of them.
  • 1
    For me it's comic characters or places, you'll never run out of names
  • 1
    Try getting a good name with a max of 7 characters lol
  • 2
    How about a description of the thing you are trying to achieve? So that other people can actually understand your code? Crazy idea isn't it...
  • 0
    @Charmgoggles sounds crazy but it might just work.. O_O
  • 1
    Yeah I had that problem when I was new to the game. Nowadays I just increment every variable so I never have to think about naming it. Like this:

    var one, two, three;

    And so on. Works great!
Add Comment