I try not to work too much lest my greatness breaks the universe
Did some work recently
Submitted 8 months ago by nifty@lemmy.world to programmer_humor@programming.dev
https://lemmy.world/pictrs/image/f9e0e823-1def-4310-bf49-2dbc36e9d3a7.jpeg
Skyrmir@lemmy.world 8 months ago
Now I’m feeling called out. I keep having these stacks of if statements that could just be a big ass list of and and and, but then it runs into the debate of how much crap should be in one line of code? Especially knowing, at some point, it’s going to be my dumb ass stepping through trying to figure out why this one edge case is the reason we’re not hitting the inner code.
person@lemm.ee 8 months ago
just chain a bunch of functions so each only has one or two ifs. gotta make it look professional
MostlyBlindGamer@rblind.com 8 months ago
Programming is just plumbing with words