5 ms·
This is where good docstrings come in handy. Personally, I think a dict with parameters is better than an endlessly growing method parameters. You can control i
by spidermango 7y ago
This is where good docstrings come in handy. Personally, I think a dict with parameters is better than an endlessly growing method parameters. You can control it a bit further by using tuples instead of dicts for the same idea.
- draw_down 7y agoThe question is why the list of parameters keeps growing endlessly. That’s a smell.