You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if we should document somewhere the format of veda-tags.json, the allowed fields and their default values? The tricky thing is how to do it in a way that we remember to keep up to date when we modify the code... I would have suggested a comment at the top of the file itself, but JSON doesn't allow comments 😅 (another little reason to use YAML!), perhaps in the function in datatypes.py that reads the file in?
I'm wondering if we should document somewhere the format of
veda-tags.json
, the allowed fields and their default values? The tricky thing is how to do it in a way that we remember to keep up to date when we modify the code... I would have suggested a comment at the top of the file itself, but JSON doesn't allow comments 😅 (another little reason to use YAML!), perhaps in the function indatatypes.py
that reads the file in?Originally posted by @siddharth-krishna in #292 (review)
The text was updated successfully, but these errors were encountered: