• 0 Posts
  • 27 Comments
Joined 3 years ago
cake
Cake day: September 28th, 2023

help-circle









  • The main branch should always contain working code. You should assume you can deploy it to production and it will work. Not having anybody review your code is lunacy, and ignoring critical feedback is even more insane. You can ignore linting complaints assuming you don’t have a linter that fails the build, but you should not consider faulty business logic as an optional fix.