korpling / annatto

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Apache License 2.0
1 stars 0 forks source link

Standardize fields and their docstrings #256

Open MartinKl opened 1 week ago

MartinKl commented 1 week ago

Fields of structs that perform imports, graph_ops, or exports should always have a default value. When a default is not possible, such as for path attributes, it should be wrapped in an Option to opt for None as default. This might shift semantics, but is for the greater good.

Docstrings should always provide an example of how to use it in a toml file to provide a hint to the type.