34

why the fuck people name variables endig with numbers? why? how the hell do you even figure out what's what?

checkStatus1
checkStatus2
checkStatusMyAss

Comments
  • 8
    oh you must see the two variables named as : contractservicetype and servicecontracttype, yes with no capital letters or underscores. spent about an hour debugging the wrong variable ..
  • 3
    lol! :D #paradox
    @yousefjb
  • 2
    checkStatusMyAss is the one to watch out for... sounds like a bug!
  • 1
    @GinjaNinja ha ha ha ha! :D
  • 0
    I do this, it's cuz of lack of creativity of variable names and moderate laziness 😂😂
  • 1
    are there a variable name generator for ide's? :)
  • 0
    @heyheni I wouldn't call it a generator. But visual studio has a pretty good autocomplete feature
  • 1
    I don't usually use numbers, but have used "myAss" as a suffix.
  • 1
    autocomplete is okay but reafing 1 and 2 doesn't tell me what 1 does and what 2 does and there is a high chance that someone editing this code may actually work with wrong variable. @champion01
  • 0
    just saying*** if the generator is creating variables with numbers. @champion01
Add Comment