Like we talked about, we skipped writing some tests because of the deadline and because of how some of the code is integrated. In a perfect world we'd have unit tests for everything, but unfortunately we don't live in a perfect world. 😿
If somebody is feeling particularly motivated, you might go back and write tests for the existing features. But even if not, definitely keep testing in mind as you write new code: try to write code so it's easy to test, and writing tests will become much less painful.
Like we talked about, we skipped writing some tests because of the deadline and because of how some of the code is integrated. In a perfect world we'd have unit tests for everything, but unfortunately we don't live in a perfect world. 😿
If somebody is feeling particularly motivated, you might go back and write tests for the existing features. But even if not, definitely keep testing in mind as you write new code: try to write code so it's easy to test, and writing tests will become much less painful.