|
|
|
|
|
by Atotalnoob
758 days ago
|
|
Thank you for the write up. That seems like a bad scenario with bad technical management. I am wondering if you have considered not trying to implement unit tests and think about end to end tests. This might be easier for antitesting people to buy into because it’s directly ensuring your end users get the desired outcomes. It doesn’t matter what bad terrible practices you have inside your library if the output is correct… If you input 1+1, and it outputs 5, it will be obvious how this can be an issue. What this will enable you to do is get some quick wins and make refactoring safer. If management still says no, I see 3 major choices. 1. Quit 2. Write your tests and keep them to yourself 3. Mind control |
|
I've opted for option 4: continue to write code the way they want it written and keep cashing my paychecks. In the meantime there are tons of other improvements that I'm working on, some of which have a more direct impact on business revenue (which has a direct impact on my personal revenue).