samuelbryant / sjb_cheatsheet

A simple command line program for creating, maintaining, and displaying a "cheat sheet"
MIT License
0 stars 0 forks source link

[Feature] Look into adding artificial typedefing #9

Open samuelbryant opened 6 years ago

samuelbryant commented 6 years ago

I have seen projects with rigid type markup in docstrings. I have also seen projects that have rigid typing using decorators.

Both of these might be overkill, especially if there is unit testing. But we I should at least consider the idea

samuelbryant commented 6 years ago

Note: Check out the openrazer project's typedefs