Remix.run Logo
michaelchisari an hour ago

Anyone worth their salt looked down on copy/paste from Stackoverflow, let alone blindly doing so.

Where does this idea come from that good programmers were ever cool with that?

yoyohello13 43 minutes ago | parent | next [-]

> Where does this idea come from that good programmers were ever cool with that?

r/programminghumor mostly. It was always tongue in cheek, but people took it too seriously.

However, the number of times I’ve gone over to help a colleague and realized they were trying to copy/paste code from SO, without even reading the context of the thread is baffling. Like, why did you expect it to work in the first place? I really try to be humble and not make assumptions about people competencies but it’s really hard to have those experiences and not think the average programmer is just an idiot. It’s no wonder AI is helping people when this was the baseline.

hparadiz 39 minutes ago | parent [-]

Setting aside code examples from the internets for a moment.

I have seen entire multi million dollar operations running off the most horrible PHP spaghetti nonsense.

The base line is far below any floor you are thinking of.

yoyohello13 36 minutes ago | parent [-]

Oh, I'm aware. You should see the legacy PHP intranet at my org.

ses1984 an hour ago | parent | prev [-]

Some things are easier to verify than they are to solve, right?

So if you see an answer on stack overflow, read it, comprehend it, and you can pretty easily mentally verify the correctness to a sufficient degree of confidence…

I guess I’m not worth my salt.