DEV Community

Discussion on: What's your worst nightmare as a coder?

Collapse
 
bradtaniguchi profile image
Brad

walking into a code base with:

  • no test
  • no documentation
  • no types
  • no comments
  • no code quality
  • no automation
  • high complexity
  • high risk
  • no dev/test/stage environment

I hope no poor soul ever gets the check to all those boxes, but I'm sure there are people who have!

Collapse
 
thehanna profile image
Brian Hanna

I have a project that checks all but two of those boxes. Thankfully I have multiple environments and some build automation