54

Coding nightmare -> the guy who wrote this application I guess wanted job security? At the VERY least to be a pain in the ass to anyone else who touches his code....WHO NAMES THEIR VARIABLES PEOPLE NAMES?!?!? do I know what "Beth" or "Sarah" stand for? ummmm....no 😢

Comments
  • 2
    Sounds pretty secure tho
  • 11
    Job security by obscurity.
  • 2
    When I run browser tests as specific users I tend to name the browsers the users names and wrap them inside a browse callback :p...

    Like so..
    Browse((John, Jane) => {
    John.visit(site)...
    Jane.visit(site)...
    });
  • 2
    I name my variables after super heroes. Enough security for me.
  • 3
    I've seen variable names translated in Hindi :-D
  • 0
    @aboli hindify that shit
  • 2
    I write programs using Cuneiform variables; I even rename built ins.
  • 0
    Plot twist: He's a serial killer who names his variables after his victims. Morbid thoughts :(
Add Comment