Pinned Loading
-
A strongly typed "dependency injection" system that doesn't primarily use strings as the "keys". Instead, it uses type-safe factory objects.
Kotlin
-
A matcher library similar to Hamcrest, but with all data types being immutable.
Java
-
Matcher library that prefers to do as much as possible immutably
Python
-
Going through the steps of making your own DI "system" within an app, not requiring a true DI framework
Java