this post was submitted on 17 Sep 2023
32 points (94.4% liked)
Experienced Devs
3950 readers
1 users here now
A community for discussion amongst professional software developers.
Posts should be relevant to those well into their careers.
For those looking to break into the industry, are hustling for their first job, or have just started their career and are looking for advice, check out:
- Logo base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I hate complexity. A few years ago, I wanted to add some feature to some personal code of mine. But I just couldn't figure out how to do that without rewriting a significant portion of it to allow for that. There was another feature (let's call it feature 2) that just added so much complexity to the code that made things hard. I had an absolute stroke of genius: Just delete feature 2. This probably sounds stupid but I felt like a goddamn genius. Just deleting something solved all my problems.