|
|
|
|
|
by nealabq
78 days ago
|
|
I don't mean to be that guy, but for "functional" programmers a print statement has "side effects". But your meaning is clear. In an assert expression, don't call functions that might change the program/database state. Be as "const" as possible. |
|