Add docstrings, rebrand parameters and refactor printers #29
Reference in New Issue
Block a user
Delete Branch "feat/add-docstrings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR mainly adds docstring to most functions in the codebase.
It also includes a major refactor to rename
Function.ArgumenttoFunction.Parameterand all argument references parameters where needed.Finally, it refactors printers into a submodule and separate files for each printer
Some renaming required some tests to be updated too