←back to thread

53 points cmpit | 1 comments | | HN request time: 0.435s | source
Show context
artemsokolov ◴[] No.41918225[source]
1972: Using Anything Other Than Assembly Will Make You a Bad Programmer

1995: Using a Language with a Garbage Collector Will Make You a Bad Programmer

2024: Using AI Generated Code Will Make You a Bad Programmer

replies(14): >>41919060 #>>41919523 #>>41919644 #>>41919894 #>>41920479 #>>41920712 #>>41920753 #>>41920815 #>>41920819 #>>41920944 #>>41922549 #>>41923314 #>>41929277 #>>41934480 #
1. rsynnott ◴[] No.41923314[source]
> Using a Language with a Garbage Collector Will Make You a Bad Programmer

If garbage collectors only did the correct thing 90% of the time, and non-deterministically did something stupid the other 10%, then, er, yeah, it very much would!

There's a reason that conservative GCs for C didn't _really_ catch on... (It would be unfair to describe them as as broken as an LLM, but they certainly have their... downsides.)