API readability #108
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
low priority
issues that would be nice to fix but have low impact
Following on from the docstring issues (#107), a fun new direction would be to measure the readability of the docstrings, and similarity among the docstrings esp. if duplicates are not rejected.
https://github.com/cdimascio/py-readability-metrics is nice, but I would want to guard it with a check to see if the data files already exist, and obviously dont fail if missing. i18n/l10n issues abound, but that just makes life interesting.
I would expect this to be implemented as a
checks.py
, probably able to be entirely disabled with a setting.A spectacular API is more than just endpoints and field classes. The
description
are what makes it truely 'spectacular' :pThe text was updated successfully, but these errors were encountered: