How to convince my boss to improve code quality?
- by Vimvq1987
The place I'm working for is a service provider. We have a lot of services, which are written to deal with deadline, so their code are really terrible:
No coding convention, everyone codes in his own style
No unit testing (which is really bad)
No refactoring (which is truly worse)
No automation build/deployment
etc
and these code are used…