https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
The Joel Test
Do you use source control? Can you make a build in one step? Do you make daily builds? Do you have a bug database? Do you fix bugs before writing new code? Do you have an up-to-date schedule? Do you have a spec? Do programmers have quiet working conditions? Do you use the best tools money can buy? Do you have testers? Do new candidates write code during their interview? Do you do hallway usability testing?
It was initially released in 2000 and since then, it's become outdated.
If you were tasked with creating a new Joel Test, what would it look like? e.g.,
1. Which source control do you use? 2. Which branching model do you use for Git? 3. Do you use an issue tracker? 4. Do you do TDD or some form of Unit Testing? 5. Do you do code reviews? 6. Do you have coding standards? 7. Do you do Continuous Integration? etc.
I want to see what the community thinks should be the new test?