|
|
|
|
|
by tokenizerrr
4151 days ago
|
|
My interpretation is that the __typenames__ are merely there as placeholders so the program will compile, but fail at runtime during the tests. It's a tad odd, but the user is meant to replace the __typenames__ with their own values to make the tests pass. While doing so the user would be reading all of the code, and hopefully wind up grokking it. |
|
To add to what you said, the asserts are only there to test your knowledge of the correct value of the variable.