static typing means you can go to the definition o...
# gradle
k
static typing means you can go to the definition of every method/property and see what it's doing whereas in a dynamicly typed language like groovy, it isn't clear what the call will be resolved to until it's run