From b6f5da208a8c71f04c71c54b428bb0a7c5a66fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Mon, 9 Sep 2019 23:17:55 +1000 Subject: [PATCH] Make questions more open Suggested at https://news.ycombinator.com/item?id=20917475 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 227f335..94b7b67 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Having a bug tracking system doesn't make bug handling efficient and CI/CD doesn # Tech - What are the usual stacks used at the company? -- Do you use source control? -- Do you test code? -- Do you use bug tracking? -- Do you use CI/CD? +- How do you use source control? +- How do you test code? +- How do you track bugs? +- How do you integrate and deploy changes? Is it CI/CD? - Is your infrastructure setup under version control / available as code? - What's the workflow from the planning to the finished task? -- Do you have backups / disaster recovery plan? +- How do you prepare for disaster recovery? - Is there a standardised development environment? Is it enforced? - How quickly can you setup a new local test environment for the product? (minutes / hours / days) - How quickly can you respond to security issues in the code or dependencies?