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.

3
  • Whether in separate patches or not, a broken window policy needs to be instated with legacy code, whether that policy is "don't fix broken windows" or "only in [methods/classes/files?] that are touched by the current patch". In my experience, preventing developers from fixing broken windows is toxic to team morale. Commented Oct 21, 2016 at 15:44
  • 1
    True, but forcing them to fix every broken window in a module before their one-line change passes review is equally toxic. Commented Oct 21, 2016 at 15:45
  • Agreed! A policy that's been thrashed out by the team, rather than externally imposed, is the only kind that can work, I feel. Commented Oct 21, 2016 at 15:50