Search Results

115
votes

What is the single most influential book every programmer should read?

For me the most influencal book is "Zen and the Art of Motorcycle Maintenance" by Robert Pirsig. It is all about no matter what you do, always thrive for perfection, know your tools and task at han …
2
votes

What is the single best article on the web for programmers?

One of my favourite articles is Why Johnny can't program by Dan Bricklin. It tries to explain what makes a programmer. E …
0
votes

What are the best alternatives to notepad?

On Windows: PSPad On Mac: SubEthaEdit Multiplattform: …
8
votes

What development book made the most impact on you as a developer?

Programming Pearls b Jon Benley (both books) …
1
vote

Great programming quotes

There is no problem in computer science that cannot be solved by another layer of abstraction... -- Dave Marples …
23
votes

How do I reward my developers for the little things they get right?

Always mention your team and their achievements in the reports to your superiors (and don't forget to cc: the team). Stay with them when they burn the midnight oil (and order the pizza and …
1
vote

Switching to Python(and enjoying your work more than before)

Moving to Python after doing years of Java programming seemed like a revelation to me. The usual edit-compile-run-debug-cycle is so much faster. Unfortunatly, I haven't found a really good …
0
votes

Which software expert do you have as a role model?

Peter Kriens of OSGi fame. Great developer and architect. Good and passionate writer. And a great person if you know him pers …
1
vote

What kind of positive feedback would help a development team?

See also How do I reward my developers for the little things they get right …
1
vote

Best IT/Programming/Technology related Acronym

ACME I love package names such as "com.acme.something" …
1
vote

What are the “must go to” conferences for developers?

OOPSLA, OSCON and maybe the …
0
votes

When is a feature considered “DONE”?

Simple answer: When it meets the requirements of the customer (or the people you are implementing the feature for). Not so simple answer: When it meets all the intrinsic requirements people …
0
votes

What’s your favorite programmable calculator?

For me it always be my first programmable calculator the HP-34C. It has "continuous" memory, so when you don't loose programs and da …
4
votes

Why doesn’t your company contribute back to open source?

In my opinion the biggest problem is that most companies are doing development for projects. If a project develops something that is worthwhile to be published as open source the commitment for mai …
1
vote

Skills in demand during 2009

OSGi and OSGi technology is one of the upcoming key technologies to be knowledgeable about. See the OSGi Alliance's web site. OSGi provides life cyc …