|
 |
Invisible escreveu:
> But then, we're talking about a weakly-typed language, so unfortunately
> it's kind of unavoidable...
Please don't counfound dynamic typing with weak typing. Python, Scheme
and Smalltalk are all strongly typed languages. C, Perl and Tcl are
weakly typed. I'd be very surprised if Smalltalk refactoring wouldn't
take class scope in consideration for scoped refactorings.
I still prefer "monkey patching" or "ninja patching" to refactoring,
though. ;)
Post a reply to this message
|
 |