Hacker News new | ask | show | jobs
by mkesper 2140 days ago
Frankly, using options as parameters is just not generally good design

That's true. Even in annotated Python, I want to ensure all parameters are set before calling my functions/methods. Saves a lot of complications.