invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Address tech debt: appropriate sensible default values for all the different properties. #89

Open ntoll opened 1 month ago

ntoll commented 1 month ago

Currently, is a value is not set, it is None, no matter its type. But if the value is meant to be, say, a list... then [] is probably better, or if a string "". We should fix this.