This gets even worse in tests. People notice a handful of tests with similar structure (setup, tear down, assertions etc) - debugging those future test failures that now share a common abstraction becomes a pita and destroys confidence in testing.
That and mocking. Nothing makes a test less valuable than mocks everywhere.
That and mocking. Nothing makes a test less valuable than mocks everywhere.