mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
commit
6c8847de36
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Use a json-schema to check for allowed settings
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
The json-schema may be verbose but it keeps the bulk of check work outside the
|
The json-schema may be verbose but it keeps the bulk of check work outside the
|
||||||
python code, which is a big plus when it comes to readability.
|
python code, which is a big plus when it comes to readability.
|
||||||
This only applies bas long as the checks are simple.
|
This only applies as long as the checks are simple.
|
||||||
You can of course fall back to doing the check in python when that solution is
|
You can of course fall back to doing the check in python when that solution is
|
||||||
considerably less complex.
|
considerably less complex.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue