← Back to context

Comment by bigfishrunning

4 days ago

> Can you argue that you could learn to code better, copying and paste code from stack overflow?

The learning doesn't come from copying and pasting code from stack overflow. It comes from

A) searching which code to copy and paste

and

B) Fixing the broken code that you just copied and pasted.

I suspect most programmers outgrow the "copying and pasting from stackoverflow" period of their development pretty quickly when they get frustrated by the fact that most of the stuff they were copying and pasting is broken or sub optimal in some way. If they prompt claude "write me a function", and then when it's broken they prompt "fix the broken function", they're learning (and doing!) a lot less.

That's no sense. People learn in different ways. Multiple people just copied and pasted from stack overflow. Other learned from that. Same with AI