Open CsatiZoltan opened 4 years ago
Thorough checking for input types clutters the code and is not Pythonic. The user is expected to read the docstring of the parameters and pass the proper type. Later, the type checking could be enforced by using static analyzers, such as mypy.
Thorough checking for input types clutters the code and is not Pythonic. The user is expected to read the docstring of the parameters and pass the proper type. Later, the type checking could be enforced by using static analyzers, such as mypy.