On Feb 20, 2013, at 8:43 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
On Feb 20, 2013, at 1:07 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
There is actually no simple way to simply rename a method. We should maybe add one which keep track of the versions :)
sure there is: click on the method in the text pane change the selector of the method and compile.
I am kind of aware of that :) But for a new comer, it's not obvious at all. And usually they first look in the menu and click on the first entry "matching" the need Ben
Historically (even if it sounds wrong today) you create a new method, and delete the old one (and indeed this is disturbing for new comers ^^)
I really think that both usage are valid even if I think that most of the time, you want to do a refactoring while renaming :)
Let's release Pharo 2.0, and then we will have fun experimenting this ^^
Ben