Refactoring and Unit Testing
I do a fair amount of manual refactoring. I've used WebSphere Studio (Eclipse) to do some automated refactoring, so I have some experience in using IDE's which exploit Java's static type-checking.
However, the question of type checking in a dynamic language is interesting. I don't use a sophisticated IDE for …
more ...