DEV Community

Discussion on: I need to start writing test, any tips?

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Find a local coding dojo to practice code kata by pair programming with another developer. If you are unable to do it you can use Codewars and crack open a book like Pragmatic Programer to help you get started.

Do note that by learning to write test cases you can cross-train someone from a different language due to the concepts of testing is almost the same across languages.

Collapse
 
fultonbrowne profile image
Fulton Browne

Thanks I really appreciate the advice.