Joel's 12 Steps For Software Team Quality
We use source control (git), make daily builds, track bugs using github issues & fix them before writing new code. Our minimal stack consists of free tools & we have testers for quality products.
For those of you who don’t know who Joel Spolsky is here are some facts: Worked at Microsoft Founded Fog Creek Software, Stack Exchange, Inc. Guilty for the world to see some interesting web products: Wrote an awesome post about test to rate the quality of software team. 12 steps of Joel’s test in reality of JetThoughts projects: Do you use source control? Hell yeah! Is there anyone who still develops software without using source control in 2016?! We use git as it is comfortable, reliable and modern. Can you make a build in one step? Yes, we can! Rolling out ne...