26
votes
0
votes
Do you have any recommended add-ons/plugins for Microsoft Visual Studio?
Refactor! Pro - Commercial. Free version available.
…
0
votes
What’s Your Motto As A Developer/Programmer?
A good program is nothing but a theory of the world.
And there is no sense in letting a few ugly facts spoil a beautiful theory.
…
3
votes
Will learning a couple of languages in parallel blow my mind?
If you're new to programming, learn one language well.
If you are an experienced programmer, and intend to use the programming language in a commercial environment, learn one new language w …
22
votes
How can I convince my boss to buy books for programmers?
If a book is worth reading, I want my own copy, so I buy it for myself. I long ago learned that I'm responsible for my own professional development.
…
0
votes
Motivation - How do you change it from fear to fun?
I suggest you:
Consider carefully specific situations have given you a real buzz in the past. What did you do? What was your role? What was the social contect of the situation? What a …
28
votes
Worst UI You’ve Ever Used
I once provided front-line support for an application that presented the user with a menu of options. It looked something like this:
[1] Do something
[2] Do something else
[ …
1
vote
What real life bad habits has programming given you?
Apparently, I use language differently from other people. I once gave a talk on programming, and it took me all afternoon to figure out why people were sniggering every time I mentioned the use of …
2
votes
Programming as a meaningful profession?
It depends:
Do the fruits of your labour benefit your direct customers? Do you reduce the drugery in their lives, or save them money / time / stress?
Does your cust …
1
vote
What is the single most influential book every programmer should read?
Graphics Programming in Windows is difficult to fault.
…
6
votes
How do you cope with coders coma?
If the task is tedious because it is repetative, I write a program to do the task for me. ;-)
…
1
vote
How to deal with requests for ridiculous functionality in your software?
Sometimes you can explain why the functionality is ridiculous, and the functionality is dropped.
Sometimes you can get someone more senior to say "no" for you.
…
0
votes
What resources do you use to help you decide upon useful names for your classes and methods?
What is the class responsible for? Name it that.
…
