←back to thread

53 points cmpit | 2 comments | | HN request time: 0.41s | 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. stonethrowaway ◴[] No.41919644[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

Both of these remain true to today, which is why we always interview people at one layer below the requirement of the job so they know what they’re doing.

Writing C/C++ - know how the output looks like. Using GC-based languages? Know the cleanup cycle (if any).

I would wager the third also holds true.

replies(1): >>41919965 #
2. giraffe_lady ◴[] No.41919965[source]
It's not true but I appreciate you leaving all of the people with experience actually building usable software for me to hire.