12
votes
15answers
990 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 …
101
votes
81answers
5k views
Anti-Joel Test
The Joel Test is a measure of how a team performs with regards to the best practices in coding. What questions, given a 'yes' answer, would subtract from the the Joel test score?
…
1
vote
6answers
174 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 …
5
votes
11answers
492 views
How many points your company has in the Joel test nowadays?
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 …
54
votes
31answers
6k 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 intentional …
7
votes
4answers
214 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 o …
11
votes
14answers
913 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?
…
1
vote
1answer
151 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 …
11
votes
5answers
967 views
Administering the Joel test
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 somethi …
17
votes
11answers
652 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 specifi …
19
votes
24answers
2k 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 abou …
8
votes
14answers
493 views
Change management’s mind?
As a programmer working in an insurance office, I have a nasty little management hierarchy which is making programming much harder.
At current, our IT department rates a three on …
5
votes
6answers
622 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 …
2
votes
6answers
1k 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 …
10
votes
12answers
921 views
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 have take place:
Take a source snapshot …
