(no title)
iraliaf | 3 years ago
I am a new to development but I've noticed that lots of errors pump through code where "No method X defined for nil object" or something like that. I wonder if I could somehow make the case that we'd spend less time reacting to problems and bugs if we spent more time up front writing tests that could give us more than 19% code coverage.
Does anyone have advice for starting this conversation with my boss or during one of our standups? I know I could somehow pitch the value as "less problems later for more time spent now" but is there a more effective way to say it?
vanjajaja1|3 years ago
To get out of that situation, I'd recommend leading by example and showing how you have personally managed to use tests, in the space they are operating in, to make your life better and develop faster. Once you have something that has provably worked for you, you can start evangelizing it and onboarding other people.
orbital223|3 years ago
Thats the kind of thing a good programming language is supposed to help with.
karussell|3 years ago
And just adding tests isn't the only thing it takes to improve the software quality.
golemiprague|3 years ago
[deleted]