|
|
|
|
|
by scarface74
2966 days ago
|
|
In type safe languages your tools can do refactorings like extract class/extract interface (reduce coupling), create mocks automatically based on type information (helps testing), etc. Why not let the compiler eliminate a whole class of problems and let the automated tools help you with guaranteed safe refactors? |
|