I want to add some things to exercise 2 to help strengthen the testcases. Also makes use of the go.mod that you added recently.
Added assert lib
Checks the return of the cache get so that challengers do not implement the cache function incorrectly (sometimes we optimize and make mistakes without realizing).
Checks the number of db calls for the same reason above.
Add an advanced challenge to reduce the runtime even further.
Please let me know if there are errors or inadequacies in these changes.
Hello,
I want to add some things to exercise 2 to help strengthen the testcases. Also makes use of the go.mod that you added recently.
Please let me know if there are errors or inadequacies in these changes.
Thanks!