You are here

joel on software

The Anti-Joel Test

There is a famous list among developers called The Joel Test: http://www.joelonsoftware.com/articles/fog0000000043.html

It gives a guide to how best to develop software. I don't agree with everything - e.g. writing code during an interview, but it's a good guide to best practise in keeping your software quality up and your developers happy.

This list is all well and good if you're building a development team, or looking to work with one. Do they score 10? I'd like a job. Do they score 3? Let's keep looking...

But what about appraising somewhere you already work? I found a question on stackoverflow.com (my new favourite website) which appealed to the streak of good old British negativity in me - The Anti-Joel Test. What aspects of what you see around you every day contribute to worst-practise, making development ever more difficult?

Take a look here: http://stackoverflow.com/questions/901320/anti-joel-test
There are some jaded, real-world-affected people posting in there..

I've compiled a list of my favourites, based on past and present experiences.

Do you do your development work on the live production server?
Many, many small web development companies do just this. A client has brought me onto a project where the original developers are doing exactly this, and they are a London based company with a very impressive website and portfolio! My first suggestion was a separate development environment per developer which I'm glad to say that they've taken up.
Is the chief technology officer an accountant?
This could work, if you're developing accounting software and they listened to advice.
Is there a dress code which includes a suit and tie?
I sat at a desk for years like this (though without a tie), as a developer and rarely seeing clients. Now I feel I have to wear a shirt and smart trousers to work - even when all around me are in jeans and t-shirt or the equivalent. What really drove my negativity up was when the on-site engineers at the company were told to start wearing ties. These are the people crawling around factory floors to change the cheap RAM in the machine we sold them last year.
Is StackOverflow blocked at work?
In general, and I've mentioned this before, don't block websites. If you have people looking at facebook all day, sort them out. Don't start down the slippery slope.
Would management view time off to speak at a conference or other technical gathering relevant to your work as suspicious and/or unconditionally refuse it?
Do developers feel frustrated or stymied by managerial/organizational problems more often than technical ones?
Does your source control consist of physically backing up your source tree into a source.backup.n directory every time you want to make too many changes?
It can work; the developer of Postfix reportedly works much like this - but then he also mentioned printing off submitted diffs and scouring them character by character to ensure quality. I started using RCS back in the mid-90s when I was still in school.
Is the development team driven and controlled by sales people?
There must always be an aspect of this, since you're producing something for a customer and the sales person is your interface to them. But there are times when this is taken to extremes - at a previous job, the sales people started to get a little too powerful and decided that they would no longer be sales people, but something like 'customer requirements providers' or some such rubbish. The effect of this was that they became project managers as well as sales, even with no project management experience and certainly no time to do it. And add to that a complete lack of understanding of development. And being in a different room with little interaction with developers. And the conflict of interest. There were a number of high profile failures due to this.
Do you usualy promise to create the documentation after the software is finished?
Or, is documentation not provided as part of the quote. Does the customer sign off the quote, then later demand documentation? Do they then demand that documentation provided by email is not enough and that they must have someone onsite to hand over a printed copy?
Do you hire cheap people because they cost less?
Cheap people are the driving force behind many companies. "The work was poor, but never mind, at least he is cheap."
Are strategic alliances (instead of technical merrits) the main argument for resp. against the use of a technology?
So much pain... F-Secure have brilliant UK sales people. They really got their hooks in with one sales team I worked with - even though we had constant problems with the product. One of the problems is incredibly high system requirements, but our sales people were over the moon with this since they sold memory (cheap stuff which failed every six months) and whole network and deployment upgrades off the back of it.
Is the work environment noisy making it difficult to concentrate?
Do they expect tier 1 support in addition to your programming duties?
Do they fail to provide adequate development hard/software?
Do they fail to grant developers admin rights to their own box?
Is refactoring discouraged?
There is an aspect of not changing a customer's codebase without payment.
Do developers have to account for their time in small increments?
Every 15 minutes is usual. Made even more difficult when between writing lines of code you need to take support calls. Do you account for 15 one minute calls?
Has marketing a higher budget than development?
Is the Testing Plan, for a given piece of software, developed after the software itself is developed?
Tests? What are they?
Are testing plans discouraged?
Do I need to work weekends just before a big release?
How about re-implementing a product which has had three years solid development using a different framework, and setting a two week deadline?
Subscribe to RSS - joel on software