280
unrolling loops is efficient, right?
(lemmy.max-p.me)
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.
I did it the other day!
I was trying to pad a base64-encoded string with the proper number of
=
characters to get it up to a multiple of 4 because our stupid build toolchain would explode if it wasn't.