dave08
10/25/2018, 4:33 PMinstance()
and factory()
in the bindings... it greatly reduces typing but sometimes leaves dangling dependencies...rocketraman
10/26/2018, 1:39 PM@Suppress("RemoveExplicitTypeArguments")
. It's a bit more typing/maintenance, but I find the explicitness helps self-document the dependencies.dave08
10/26/2018, 1:58 PMAndreas Sinz
10/26/2018, 2:32 PMErrorLogger
is only used when an exception occurs).dave08
10/27/2018, 4:41 PM