Bogdan Sandoi

Results 5 comments of Bogdan Sandoi

I am getting the same error.

@EntilZha I like what you mentioned about having unpacking for all the functions. What would you think about an automated way of deciding to unpack Scenario1: check the number of...

I also like the idea but I think there are some things to take into account: - the input could change: - provided input to the sequence is different -...

@EntilZha regarding > It would be great to have a type checker included to test the types themselves. I’m not sure how, but having a test to check types of...

@EntilZha got it. Thanks! For (1) I think [mypy](https://mypy.readthedocs.io/en/stable/) could be used for this purpose. It does static type checking based on typing hints.