[Pharo-project] [COTDC] 79 - RefactoryChange
A comment per day is known to expend your life expectancy. Today: RefactoryChange Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
I am superclass of all refactoring change objects. All I have is a name for the refactoring, but I can perform one or more refactoring operations with message #execute. I am a composite object. To know about the components of mine, ask me with #changes and #changesSize. (If foreign category is also the scope of COTDC) I can communicate with ORChangeBrowser thus be presented on GUI. HwaJong Oh -- View this message in context: http://forum.world.st/COTDC-79-RefactoryChange-tp3786801p3787315.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Thanks HwaJong Laurent. On Sat, Sep 3, 2011 at 2:50 AM, HwaJong Oh <daliot.oh@gmail.com> wrote:
I am superclass of all refactoring change objects. All I have is a name for the refactoring, but I can perform one or more refactoring operations with message #execute. I am a composite object. To know about the components of mine, ask me with #changes and #changesSize.
(If foreign category is also the scope of COTDC) I can communicate with ORChangeBrowser thus be presented on GUI.
HwaJong Oh
-- View this message in context: http://forum.world.st/COTDC-79-RefactoryChange-tp3786801p3787315.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
HwaJong Oh -
laurent laffont