887
Don't grow older than 255 or else it will overflow
(feddit.org)
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.
This is a single byte, so it's represented the same in big-endian vs little-endian. Endianness defines the order of bytes, not individual bits
Indeed, endianness is the order of bytes, my bad. I guess I meant LSb vs MSb