Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • My sort of interim strategy is to maybe build on top of new infra, and then if I'm forced to use old infra, really do bare minimal steps to get it running (ignore errors/hack/patch/etc). Since all those errors are only due to using old infra. Commented Jan 5, 2022 at 14:49
  • Are you permitted to mark your own code as reviewed? Commented Jan 5, 2022 at 14:57
  • The merge policies in Azure don't permit that. The team wants code review to happen. Commented Jan 5, 2022 at 15:07
  • 3
    "my manager wants me to branch off of master/main" - talk to them about why, and what risks that entails. For example: you don't get the infrastructure upgrades that way, whatever that means to you, but also you could then merge the new changes before the upgrades are approved. Commented Jan 5, 2022 at 16:13