clnsmth / soso

For creating Science On Schema.Org (SOSO) markup in dataset landing pages to improve data discovery through search engines.
https://soso.readthedocs.io/
MIT License
1 stars 0 forks source link

refactor: add missing type hints to strategies #129

Closed clnsmth closed 5 months ago

clnsmth commented 5 months ago

Add type hints to strategies to enable type checking and provide more informative descriptions of return types. This was overlooked in: ec9eab8b54561d3f16b0ec69d0cba9b552e32e97.

Relatedly, remove the note about intentionally vague return types from the strategy interface listed in the design documentation. We are no longer being vague.