How to justify to your colleagues that they produce crappy code?

前端 未结 16 1188
无人共我
无人共我 2021-02-04 02:54

I am finding somewhat difficult to carry on working in my current job.

The codebase has become a bit wild lately (but definitely not the worse I\'ve seen), and I\'m havi

16条回答
  •  面向向阳花
    2021-02-04 03:20

    Have you considered maybe adding fxcop to the automated builds to enforce coding style? Other than that, you could try suggesting TDD which would give the power to whomever writes the test to enfore that the interfaces for each class are structured in a particular way.

    Off the top of my head, that's all that I can think of.

提交回复
热议问题