It's just test code. -Anonymous Have you ever heard this phrase? I can’t wrap my head around the reason why test code should be treated with any less respect and care as production code. Our test code ensures production code keeps working as expected, thus it’s our duty to maintain the test code as meticulously as the production code it guards. Here are the 5 most common test code smells I’ve seen you might want to look out for in your own projects. 1. Unstructured tests Tests should fo...