> Yes, #setUp and #tearDown Really. Ok I was not aware of it. Good idea.
Stef > For #initialize, having a super may not be that necessary if you working on > the class side. > > Alexandre > > > On Jan 18, 2013, at 12:06 PM, Stéphane Ducasse <[email protected]> > wrote: > >> Hi >> >> While looking at SmallLint rule, I saw a rule that ensures that a given >> method always performs a >> super send. >> >> Here is the current list: >> >> ^#(#release #postCopy #preBuildWith: #postOpenWith: >> #noticeOfWindowClose: #initialize postBuildWith:) >> >> >> and I'm cleaning the list because there are VW elements such as >> postBuildWith: >> but do we have some other to add? >> >> Stef >> >> > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > >
