Search Results

2
votes

Single most important thing to impart when teaching TDD

I don't know whether this would count as the single most important thing - but it was something that took me some time to "get" when I was first exploring using TDD. Don't write the code in …
-4
votes

How much mathematics and physics should a programmer know?

I'm going to go against the general opinion here... and say that you probably don't need to worry about it much. I know a bunch of developers who do maths & physics backgrounds (hell - …
1
vote

What tips do you have to keep developers happy?

An unordered list consisting of: Interesting work Enough money :-) …
7
votes

Should application architects write code?

Every project I've worked on that has included an architect that did not spend a significant portion of their time hands on with the code has had problems because of that absence of hands-on knowle …
1
vote

Most frustrating programming style you’ve encountered

I've been dealing with a large chunk of legacy code that's been written in bad Perl by somebody with a Unix shell background. Because of the Unix background they've adopted the convention …