Hacker News new | ask | show | jobs
by masklinn 5261 days ago
> That's not completely true, but it's inconvenient. If you're prepared to go the kwargs route

Ah true, I'd not thought about using kwargs only.

> You have to manually check for required parameters, though, and assign any necessary defaults.

Yeah, and you likely lose parameters management in the IDE.