Comment by whinvik
3 months ago
I find the following way of expressing args awkward.
with engine: fn(args)
I would rather have
with engine: fn(args, engine)
This makes testing way easier.
3 months ago
I find the following way of expressing args awkward.
with engine: fn(args)
I would rather have
with engine: fn(args, engine)
This makes testing way easier.
No comments yet
Contribute on Hacker News ↗