this post was submitted on 11 May 2024
754 points (99.1% liked)

Programmer Humor

19147 readers
1212 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
[โ€“] [email protected] 6 points 4 months ago* (last edited 4 months ago) (1 children)

well I'm using lower-ish-level stuff like wgpu a lot, so there's a lot of repeated code in my codebase with only small variations, but I can't really encapsulate it into anything since all of my pipelines are completely different and have different requirements (it's basically already as encapsulated as it gets without limiting freedom)

[โ€“] [email protected] 1 points 4 months ago* (last edited 4 months ago)

Ah, yeah, situations like this always hurt me somewhere.