|
|
|
|
|
by discardorama
3854 days ago
|
|
Coding requires a mindset that some people just don't have, or haven't developed yet. Ask any TA who has taught the basic "intro to CS" courses, and you'll hear lots of anecdotes which show that some people just don't get it. Here's an example: Q: write a program that reads 2 numbers from standard input,
and outputs their sum. For example:
First number: 3
Second number: 7
Sum is: 10
Here's a solution someone submitted: print "First number: 3"
print "Second number: 7"
print "Sum is: 10"
|
|
This supports the original article in one way by saying that it's not for everyone and bootcamps for the general public are not going to help much, but it contradicts the secondary point which is that we should be convincing potential doctors and lawyers to start learning CS. Programming aptitude doesn't start with intelligence or background, rather from something innate.
[1] http://blog.codinghorror.com/separating-programming-sheep-fr...