←back to thread

434 points pykello | 1 comments | | HN request time: 0.229s | source
1. IshKebab ◴[] No.44999996[source]
When I tried to use it about 4 years ago it definitely suffered from kwargs-itus. Everything is kwargs. No type annotations (it wasn't even possible to write type annotations for kwargs at the time). Definitely made it unnecessarily difficult to use.

I did make an attempt at fixing that but it got zero traction. I wonder if they've made any progress.