Vivek Modi
when setting up our modules & their corresponding dependencies I think we should have a rule that we always need to add a classifier declaration. This makes things crystal clear when we revisit the modules. So for example instead of
viewModel { ConsultationViewModel(networkSessionScope.get(), get()) }
viewModel { ConsultationViewModel(addressRepository = networkSessionScope.get(), consultationsRepository = get()) }
eygraber
A modern programming language that makes developers happier.