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

前端 未结 14 1216
广开言路
广开言路 2021-02-01 22:51

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:

  1. Do you use so
14条回答
  •  情深已故
    2021-02-01 22:59

    1. source control: Subversion or Mercurial or Git
    2. build automation: NAnt, MSBuild, Rake, Maven
    3. continuous integration: CruiseControl.NET or Continuum or Jenkins
    4. issue tracking: Trac, Bugzilla, Gemini (if it must be .NET and free-ish)

    Don't forget automated testing with NUnit, Fit, and WatiN.

提交回复
热议问题