Search Results

0
votes

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

The Unix Programming Environment by Kernighan and Pike. …
255
votes

What is the single most effective thing you did to improve your programming skills?

Deciding TO be a 'Jack-of-all-Trades' Fairly early in my career, I was an expert with a particular database and programming language. Unfortunately, that particul …
0
votes

What’s Your Motto As A Developer/Programmer?

My job is to solve problems, usually with computers, usually with code. …
5
votes

What is the best way to use assembly versioning attributes?

On my current project, we use the Subversion revision number as the least significant (build) part of the version number, and we use a Nant script to create the project AssemblyInfo file. We use t …