|
|
|
|
|
by mianos
1253 days ago
|
|
OK, it's 100% likely I saw it, just so rarely I can't remember. Testing. Over that long time I have used many test frameworks. My normal workflow is to try and exercise all the code I write as I go. On the other hand I am 100% pedantic about using 'schema' (https://pypi.org/project/schema/) to validate all the types, structure and domains when I read json. |
|
But I made way more type errors when programming in C/++.
Why do you prefer schema to (fast)jsonschema?