Search Results

11
votes

Try to describe polymorphism as easy as you can

Every Can with a simple pop lid opens the same way. As a human, you know that you can Open() any such can you find. When opened, not all cans behave the same way. Some contain nuts …
14
votes

What is the single hardest programming skill or concept you have learned?

Learning to deal with people who lack skill in architecture and meta concepts but who illogically think that some other expertise makes them correct in this area. Now in general, I have an …
31
votes

What should a self-taught programmer with no degree learn/read?

Code Complete, by Steve McConnell The one single book that will teach you what you really need to know, and more importantly it will teach you how to think like a programmer, which is some …