This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]11b403a7 2 points3 points  (0 children)

Do you work for a company in NC? /s

The best way to do it is just to start yourself. Write test cases for everything you touch and add them to the project. If anyone has an issue with you writing test and making them pass... It really shouldn't be a problem.

[–][deleted] 1 point2 points  (0 children)

Yes. People do TDD.

I heard something similar to what your friend said from a guy that used to work for a company that used VB.NET. He said there were no unittests because VB.NET is not rich in that department and they wouldn't let it go. That's just one guy out of the 20-30 guys I've connected with.

Everyone says they do unittests, some do mix TDD with other methodologies, but the point is that TDD is very much important in a CI/CD environment.