|
|
|
|
|
by scarface74
2962 days ago
|
|
The big difference is that there are tools that allow automatic and guaranteed safe refactors for such languages. For instance, I can't guarantee that something as simple as renaming a method won't cause runtime errors in a dynamic language. |
|
Others — poor testing, over-coupling, external dependencies, and the broad category of anti-patterns — are still available to us.