💾 Archived View for bbs.geminispace.org › s › programming › 3907 captured on 2023-11-04 at 14:30:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-28)

➡️ Next capture (2023-11-14)

🚧 View Differences

-=-=-=-=-=-=-

5 Things I’ve Learned in 20 Years of Programming

gemi.dev/cgi-bin/waffle.cgi/article?https%3A%2F%2Fdaedtech.com%2F5-things-ive-learned-in-20-years-of-programming%2F

Posted in: s/programming

🚀 ahappydeath

2023-08-07 · 3 months ago · 👍 ResetReboot, beetledjuice, naf

3 Comments ↓

☕️ johan

Regarding #1 I generally agree but I have found there are some cases where introducing a new module with some overlapping functionality actually reduces complexity and readability to such a degree that it is worth it. It was a hard learned lesson and it feels unintuitive but there is a balance to be struck here between de-duplication and complexity. The big problem ironically lies in changing the code when the code deduplication has created this web of dependencies if not done carefully.

🦀 jeang3nie

The part about TDD was nice, and I imagine a lot of people have had similar experience. I didn't think much of it myself until I forced myself to give it a try and realized how many bugs I was catching along the way. What's more, they were being caught much closer to the call site, making debugging that much easier.

Nice article overall. Thanks for sharing.

🎵 xavi

The article gave me sort of a "I am a middle-aged, American white programmer, so listen to me, you inferior junior human being" attitude, that of course I do not particularly agree with.

I agree with others here that code duplication is not *always* bad. Programming is often about making tradeoffs. However, it is true sometimes that some decisions are made, when possibly thinking for a better solution for a couple of hours could have avoided it.

2023-08-08 · 3 months ago