WHY Testing? General Developers Questions π€
Bad Developer: I am paid to write code, not test? π€¨
Good Developer: A good programmer writes clean and testable code which is not possible without writing test. π§ͺβ¨
Bad Developer: I have tight deadlines? β³
Good Developer: Once you learn how to write tests, it makes development move faster. πβ‘
Bad Developer:We already have testers, why do we need to write tests? β
Good Developer:Testers donβt know the code better then developers, YOU can safeguard your code from any edge cases. ππ¨βπ»
Remember, investing time in writing tests not only improves your code quality but also enhances your skills as a developer. Let's commit to quality together! πͺπ οΈ
checkout this article: https://medium.com/stackademic/unit-testing-in-dart-415661e76c96
Top comments (0)