mirror of
https://gitlab.com/nullmax17/personal-website.git
synced 2025-03-14 13:11:12 +03:00
563 B
563 B
Dear future me.
You can be proud of yourself that you have a very own backend and website. But please I BEG YOU
WRITE THE DAMN TESTS
Not only you work with multi-directory project structure, but you test everything by running website and look at endpoints!!
THIS CAN NOT CONTINUE
Please, dear future me. Have mercy to write better and modular code that can be tested by UNIT-test and FUZZING-test
At least do this for
- SQL-related stuff
- Any IO operations (in future)
- Any calculations/conversations/user-services