this post was submitted on 21 Mar 2024
293 points (94.8% liked)

Programmer Humor

19161 readers
321 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Omega_Haxors@lemmy.ml 14 points 5 months ago* (last edited 5 months ago)

Why even use variables in the first place? Just place the values directly into your code. If you need to change a value, that's just bad planning. Hell, why even use values either? Just run a loop on the INC instruction until you get the value you need. It's just efficient programming.