1. 11
  1.  

  2. 3

    Much of this list matches issues I’ve run into in a group working on a large monolith as well.

    1. 1

      Agreed. But I think in a monolith those problems are a bit less pronounced. E.g in a monolith you can grep a single code base to figure out how all the various pieces interact together. This helps a lot with the mismatched priorities point, as you might be able to just do it yourself.