發表文章

目前顯示的是 10月, 2017的文章

Teach Yourself Programming in Ten Years - by Peter Norvig

Teach Yourself Programming in Ten Years - by  Peter Norvig http://norvig.com/21-days.html Why is everyone in such a rush? Walk into any bookstore, and you'll see how to  Teach Yourself Java in 24 Hours  alongside endless variations offering to teach C, SQL, Ruby, Algorithms, and so on in a few days or hours. The Amazon advanced search for [ title: teach, yourself, hours, since: 2000  and found 512 such books. Of the top ten, nine are programming books (the other is about bookkeeping). Similar results come from replacing "teach yourself" with "learn" or "hours" with "days."The conclusion is that either people are in a big rush to learn about programming, or that programming is somehow fabulously easier to learn than anything else. Felleisen  et al.  give a nod to this trend in their book  How to Design Programs , when they say "Bad programming is easy.  Idiots  can learn it in  21 days , even if they are  dummies ." The Abtrus...