Tagged Questions

The Joeltest is a method to determine whether a software company has a good development process. It consists of 12 simple individual tests.

learn more… | top users | synonyms

76
votes
31answers
7k views

Accepting a job that failed The Joel Test

Similar to: How do I convince my boss that The Joel Test is credible and should be followed? and possibly: Effective Ways to Introduce Agile into the Workplace? I'm intentionally asking this ...
31
votes
26answers
4k views

What questions should be asked to a potential future employer during an interview for a programming position?

I'm going to start interviewing again over the next couple of months. I'm about three years out of school, got some good programming experience under my belt that I can boast about, and finally feel ...
30
votes
11answers
1k views

What makes a good spec?

One of the items in the Joel Test is that a project/company should have a specification. I'm wondering what makes a spec good. Some companies will write volumes of useless specification that no one ...
24
votes
5answers
2k views

Administering the Joel test [closed]

I'm sure most of us know about the joel test by now. I've got an interview with a company that claims to score a 12 on the Joel test. I see it this way: if I were to put something on my resume, I ...
20
votes
17answers
2k views

Can we improve the Joel Test?

I was recently answering a question referring to the Joel Test and found that our company did not do well on some points (hallway usability testing and daily builds) but that these points for our ...
19
votes
8answers
770 views

What do you do when your company is missing somethings in “Joel Test Score”?

I'm really, really impressed with Joel Test score: http://www.joelonsoftware.com/articles/fog0000000043.html. He defined a must-have list that any computer software should follow. It's great if your ...
18
votes
9answers
1k views

The best tools money can buy

In my company (which scored 3/12 on the Joel Test) we have access to free software only, so I was wondering what, in the Java EE world, are the best tools money can buy? For instance, I was painfully ...
16
votes
7answers
1k views

How much of the Web build process do you/should you automate?

How much of the Web build process do you/should you automate? And what is your system of choice? Off the top of my head I would say that for a real one-step web 'build' the following steps would ...
15
votes
14answers
1k views

Tools to help a small shop score higher on the “Joel Test”

Questions #1 through #4 on the Joel Test in my opinion are all about the development tools being used and the support system in place for developers: Do you use source control? Can you make a build ...
12
votes
6answers
889 views

How do I convince my boss that The Joel Test is credible and should be followed?

I find The Joel Test to be a nice, straightforward tool to diagnose a company. I just ran it on my company and we scored 5/12, its time to improve or we are out of business. I want to bring up The ...
11
votes
4answers
459 views

The Joel Test for MicroISV / independent programmers?

The Joel Test is an excellent, simple metric for gauging software team quality (and potential pitfalls). But what if you are acting as an independent programmer, a MicroISV, or a one-person shop? Some ...
9
votes
7answers
6k views

How to build a CD ISO image file from the windows command line?

In an effort to satisfy "The Joel Test" question #2 "Can you make a build in one step?", I'm trying to complete a release candidate build script with the creation of a CD iso from the collection of ...
8
votes
7answers
437 views

Does anyone work for a company with a zero Joel Test Score?

I have seen mentions on SO of companies with low Joel Test Scores. Does anyone work (in a software developer role) for a company with a zero Joel Test Score? This excludes cases where you're the ...
7
votes
11answers
710 views

How many points your company has in the Joel test nowadays? [closed]

We all know the Joel test. Joel had written it 8 years ago in August 2000. He wrote that most software companies ran with score between 2 and 3, which should have been quite scary for them. 8 years ...
6
votes
5answers
477 views

Consulting and the Joel Test

The Joel Test sounds like a list of attributes I'd like to work with (and doesn't it for most of us?) But in a consulting context, it can vary a lot. I've been told it depends on the customer, which ...
6
votes
6answers
373 views

Are daily builds the way to go for a web app?

Joel seems to think highly of daily builds. For a traditional compiled application I can certainly see his justification, but how does this parallel over to web development -- or does it not? A bit ...
4
votes
1answer
261 views

how to get 12 for joel test working in a small team of 3-4 on php website?

I read this and I was inspired. I am asking for specific help to achieve a 12 for my current project. I am working in a team of 3-4 on a php project that is based on cakephp. I only have a ...
2
votes
2answers
91 views

Implimenting single script build - non-portable dependencies

It seems that a build system best-practice is to have a single script that can build all source and package the releases. See Joel Test #2 How do you account for non-portable dependencies? For ...
2
votes
2answers
161 views

The best tools available for implementing Joel Test in .Net

I need help in setting up the development environment for .Net based projects. I am currently working in an organization with a 'sole' developer (me). We develop and maintain the software in-house. ...
2
votes
2answers
179 views

Does a slow PC really affect productivity for great developers?

This is one of Joel's well-known assertions, it's even step #9 in the Joel Test and the classic view is nicely illustrated here: However as part of considering this, I wondered if a counter-claim ...
2
votes
1answer
319 views

How should the Joel Test be updated for 2010? [closed]

I believe the Joel Test was written in 2000. It is time for an update to more align with modern times. I'll start: Do you use source control? changed to Do you have quality gates in place for ...