• tonymanou's avatar
    Prefer List/Map/Set as declaring type over their implementations · 00a0e64f
    tonymanou authored
    Unless your are using a method declared in subclasses of an
    interface, it is better to use the interface as declaring type.
    One advantage of this is that changing used implementation will
    be much simpler (you will have less declarations to edit).
    00a0e64f
Name
Last commit
Last update
app Loading commit data...
gradle/wrapper Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...