|
|
|
|
|
by lordnacho
2709 days ago
|
|
Agree. A lot of coding is simply banging your head against the wall, search SO over and over, changing things around, until it does what you want. Raw algo quizzing skill isn't necessarily the same thing, though you'd think it was somewhat related because when you're learning to code up "find longest continuous run" you also need to change things around for a bit. Difference is in real life there's never an end. The algo quiz leaves you at some optimum eventually due to being quite a small thing. |
|
> A lot of coding is simply banging your head against the wall, search SO over and over, changing things around, until it does what you want.
It doesn't look like programming to me. Yes, sometimes we miss something, so our code doesn't do exactly what we want it to do, but when we realize it we just fix the code. This view of coding resembles an improved way to write Shakespeare with monkeys.