Axial interview question

How do you set up testing and error handling?

Interview Answer

Anonymous

10 Nov 2022

Talked about writing unit tests, wrapping the code with catch exceptions and try/except cases. Also talked about documentation, as that helps other developers create future tests.