Hacker News new | ask | show | jobs
by genwin 4238 days ago
For some, there's a stronger argument against college: you mentally can't abide being taught. Those people need to learn on their own, and for software development there's little reason they shouldn't.
1 comments

> you mentally can't abide being taught

Frankly, this sounds a bit ridiculous...how can someone that can't be taught be employable? Using software development as an example, they need to be able to be taught things, such as why overall design decisions were made, how a particular algorithm works, coding conventions, development processes, etc. These are not "pick them up at your own pace" kinds of things, and may not even have easily accessible documentation available to do so with in the first place.

Work teaching is generally efficient. If you're told anything at all, that is; more often you have to ask if you can't figure it out yourself. You can say "I got it, I'll take it from here" and people are happy to hear it. School teaching is generally the opposite.

My bosses always want me to figure out how the algorithm works, while fixing it!