Funny someone downvoted you - clearly they’ve never dealt with something un- or poorly documented.
Comment on The longer I'm alive, the more I feel that people make things complicated to feel important.
SpaceNoodle@lemmy.world 3 weeks agoProper abstractions should make code more legible, not less. Sadly, most of the code I read both professionally and for fun does not follow this practice.
Code is for other humans to read. The fact that it can compile into something runnable on a computer is secondary.
Onomatopoeia@lemmy.cafe 3 weeks ago
SpaceNoodle@lemmy.world 3 weeks ago
Oh, that’s just some cunt null@piefed.nullspace.lol who stalks me and downvotes all of my comments.
Zikeji@programming.dev 3 weeks ago
I like to tell my juniors “readable code is maintainable code”. 9 out of 10 times a comment could instead just be choosing better names.