5
votes
One piece of advice
Learn Smalltalk. The earlier you really appreciate and understanded object-oriented design the better!
…
0
votes
What areas of specialization within programming would you recommend to a beginner
As a student I'd recommend forgetting about what you're programming and focusing on the software process itself. Understand how to analyse a problem and ask the right questions; learn every design …
73
votes
Computer Language puns and jokes
An old favourite of mine - Technical manuals in the spirit of Dr. Seuss:
If a packet hits a pocket on a socket on a port,
And the bus is interrupted as a very last resort,
And t …
2
votes
Best books about TDD
Test Driven Development: By Example and Extreme Programming Explained, both by Kent Beck, are IMHO the Bibles of TDD.
…
36
votes
Great programming quotes
A quote I've been using a lot lately dealing with ... difficult people
'Select' isn't broken
Fred Brookes (The Mythical Man-Month)
Speaking abou …
0
votes
Should I learn C# or Java?
If you want to learn Java then learn Java.
The one catch to beware of moving from .NET to Java is that .NET provides everything you need (despite the many frustrations I have with it) - If …
0
votes
What’s Your Motto As A Developer/Programmer?
"Why?"
While I'm mostly a BA these days I think it holds equally well in either role.
…
2
votes
What software analogies have helped you?
While not related to a specific software scenario, in The Mythical Man-Month, Fred Brookes expounds the idea of changing the traditional software development analogy of building software into one o …
2
votes
Do you have your own DNUT/NDT (”Do Not Use This/Never Do That”) list?
DON'T: Assume it works because you know it can't possibly go wrong
…
38
votes
What real life bad habits has programming given you?
Being far too analytical about absolutely everything. It's a great attribute professionally, but only leads to frustration in my private life...
…
