this post was submitted on 25 Jul 2023
1074 points (100.0% liked)

Programmer Humor

19155 readers
746 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
[โ€“] TheQuantumPhysicist@programming.dev 7 points 1 year ago (1 children)

Ever tried using typenum numerals in Rust? ๐Ÿ˜…

Try it and see the errors with something like typenum::U500.

[โ€“] philm@programming.dev 4 points 1 year ago

Or deeply cascaded generic code with a lot of trait-bounds...