DEV Community

Discussion on: What part of your first dev job were you least prepared for?

Collapse
 
dougmckechie profile image
Douglas McKechie

From memory this was having to write tests for all the code I wrote.

The subject of automated/unit tests never came up when I was a student, so not only was it a surprise but seemed like a real chore because in many cases writing the tests took longer than making the code change.