(p. 16): "We have not enough time to do Code Reviews": it's the same as with
technical debt. Code Reviews take time but reduce technical deb.
1 reply
(p. 18) Reports / Metrics: I would love to see Code Coverage from tests in Pull
Requests. Also interesting would be Copy&Paste detection - I have nothing
against duplicate & modify, but I discourage having exact copies of code.
This can be hard to spot in larger changes.