DEV Community

Discussion on: What programming best practice do you disagree with?

Collapse
 
scottshipp profile image
scottshipp • Edited

Things that are common that I disagree with:

  • "public" as the default access modifier

  • test-last development

  • dockerize all the things