Search Results

9
votes

What does a good programmer’s code look like?

Code is poetry. Start from this point of logic and you can derive many of the desirable qualities of code. Most importantly, observe that code is read far more than it is written, hence wr …
3
votes

Best Time of Day to Code

I would hypothesize that that last minute is statistically the most productive timeframe, with productivity generally increasing as one approaches the eleventh hour, shortly followed by peak produc …
2
votes

When should you leave your day job to open a start-up?

One often overlooked point is that within a company there exists an entire infrastructure to support the talent--to support support you in whatever guru role you are in. Building the software that …
3
votes

What types of coding anti-patterns do you always refactor when you cross them?

This is a great situation to show off the benefits of unit tests. If unit tests are in place, developers can bravely and aggressively refactor oddly written code they might come across. If …