1
vote
What is the best way to promote a paperless environment?
Don't.
I find having a manual or programming reference a lot more useful when I can have it laying open on my desk next to me rather than tabbing back and forth between that and Eclipse and …
18
votes
Must haves for developers office
A good chair.
Plenty of desk space and bookshelves.
A whiteboard in my cube/office, and PLENTY of communal whiteboard space. I.e. the conference rooms should be LINED in whiteboards …
0
votes
Computer science versus software engineering - which?
There's a huge difference in the programs at various universities, and also grey areas.
My university (Michigan Tech) for instance had a Software Engineering-like program as a "concentratio …
0
votes
Why do people ask for computer (IT) help if you tell them you’re a programmer?
They aren't exactly exclusive skill-sets.
Chances are that you are the only person these people know personally who has computer-related knowledge beyond "how to make stuff bold in Word". T …
12
votes
Release notes, what for?
Bugfixes and added features. Users will read them to determine if they should go to the trouble of installing an incremental upgrade, or wait until the next release because this one doesn't add any …
0
votes
What is the relationship between programming and music?
I took piano lessons since I was 7 until... 16 or so? Pipe organ for a couple years - my piano teacher was the church organist; I'd always been into Bach, so that was really neat to try. That was w …
32
votes
Why is it considered a bad practice to omit curly braces?
If it's something small, write it like this:
if(foo()) bar();
If it's long enough to break into two lines, use braces.
…
2
votes
Best Time of Day to Code
I find around 2:30 to 3:30 is my LEAST productive. It seems that no matter what I do, I feel like I am about to fall asleep during that time. Most productive is probably the morning, followed by la …
4
votes
Is Java incomplete?
Yeah, some parts of the Java API are lacking. I don't see this as a problem.
Plenty of great third-party APIs exist, which allows the best of the best to bubble to the top. The good stuff b …
1
vote
How do you type lisp efficiently, with so many parentheses?
If you use the parentheses more than the square brackets, by all means, remap away. I don't see how it could pose any more problems than, say, a lefty swapping her mouse buttons.
…
0
votes
1
vote
Hobbies/Careers that complement programming
Absolutely anything that makes you happy and helps you relax.
…
1
vote
What are some great web based interfaces that you use on a day to day basis?
I don't use it on a day-to-day basis, but I'm very impressed with the Perseus Project digital library.
…
1
vote
What should I consider when selecting a language?
It obviously depends on the project, and the developers working on it.
What are your developers more familiar with?
Licensing/pricing/support for software stack.
Exi …
7
votes
Do you inflate your estimated project completion dates?
Kirk : Mr. Scott, have you always multiplied your repair estimates by a factor of four?
Scotty : Certainly, sir. How else can I keep my reputation as a mir …
