Applicability of the Joel Test to web development companies

Posted by dreftymac on Programmers See other posts from Programmers or by dreftymac
Published on 2011-04-26T15:48:42Z Indexed on 2012/06/04 16:54 UTC
Read the original article Hit count: 493

QUESTION: How can you re-write the questions of the Joel test to apply to web developers?

1. Do you use source control?
(source control for all aspects of your app, including configuration, database and user-based settings?)

2. Can you make a build in one step?
(can you deploy a site from staging to prod in 1 step?)
...
10. Do you have testers?
(how do you test AJAX and CSS?)

BACKGROUND: This is for people who work in a shop that does some web development but also uses some off-the-shelf tools like Drupal and Wordpress, but doing custom development on top of that.

RELATED LINKS:

http://www.joelonsoftware.com/articles/fog0000000043.html

What do you think about the Joel Test?

© Programmers or respective owner

Related posts about web-development

Related posts about skills