docs: transformer code needs more types and docstrings #68
Labels
chore
Related to tests, packaging, build, releases, etc.
documentation
Improvements or additions to documentation
There's a lot of
any
types still hanging around in here. because it's not yet documented how a user can create a plugin, documentation of theTransformer
API was not a priority.especially concerning I think is the field definition bit. transformer A needs to be able to tell transformer B about its fields and how to display them, if applicable. The key is the "if applicable" part, which indicates to me this is a leaky abstraction. I'd like to rethink this, because it's really fussy to work with--especially when the fields can themselves be overridden by user configuration (YAGNI, perhaps).
The text was updated successfully, but these errors were encountered: