48
cuervo
7y

The hardest thing about coding is variable naming

Comments
  • 7
    Two hardest problems in computing:
    Naming things
    Cache invalidation
    Of by one errors

    ;)
  • 2
    I had to add a disclaimer to a webpage. The htmls section id is <section id="nobodyneedsthisshit">

    not a variable but still funny, I guess..
  • 7
    Oh, let's not forget "coming up with good commit messages on git".
  • 0
    Right now I have created a disposable Python script for rearranging some strings. Yeah, the variables are "thing1" and "thing2". I feel you.
  • 5
    @aravindio i usually try to write a story. All my commits put together tell a blistering tale of murder, crime, passion and despair. I add the regular informative stuff, but it's fun to keep the creative veins flowing. :)
  • 1
    I find variable naming quite easy, but being in the right controller in
    AngularJS or doing frontend stuff is really hard.
    I fucking hate browsers.
  • 0
    @pagongski
    Are you the author of the Book "The Song of Ice and Fire"?
  • 0
    Naming a variable is much more difficult than naming a child
  • 0
    My variables are named like this: a, aa, aaa, ect.
    Easy to remember!

    *Sarcasm here*
Add Comment