• 0 Posts
  • 32 Comments
Joined 7 days ago
cake
Cake day: June 23rd, 2026

help-circle



  • For coding tasks I treat A.I. as a fresh intern that doesn’t really know what they’re doing but you can just ask them to do that horribly tedious task and just do a code review later. As you said, something like “rewrite this in Rust”, or “create unit tests for this function”. Then you fix all it’s mistakes. I’d never let it touch an actual algorithm or anything important though.














  • Most of my career I was allowed to write code how I wanted. I made it beautiful and nice to read. It was genuinely fun to find the best way to implement each feature.

    My final job, I was forced to add semicolons on new lines for each if else statement, even for early returns, remove hyphens from my comments because they were “improper grammar”, put a useless giant copy pasted comment at the start of each file so you can’t even see any code without scrolling, one separate file for each class even if it’s an internal helper class used nowhere else, and use interfaces and MVVM for literally everything, even when it was severely over-engineering (or should I say overengineering). It just felt soul crushing to make this ugly ass code that took forever to write, just because the style guide said so.

    Then A.I. happened and I quit being a software engineer completely. Telling an A.I. to do my work for me is just depressing. What’s even the point anymore? I still code for fun but I’m done with the industry.