Hacker News new | ask | show | jobs
by whinvik 218 days 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.