<div dir="ltr">Hi Levente,<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 27, 2015 at 5:14 AM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu" target="_blank">leves@elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Unless you have a very good reason to send #initialize to the superclass, you shouldn&#39;t do it.<span class="HOEnZb"><font color="#888888"><br>
<br></font></span></blockquote><div>So, I have two questions:</div><div>1 - why should we not do this?</div><div>2 - if we shouldn&#39;t do it, then why does the system ALWAYS bug us about not overriding #initialize when adding that method to the class side?</div><div><br></div><div>I am in the habit of adding it - because the message pops up, and I suppose the system has a good reason for us to not override it.  Maybe just a bad habit on my part.</div><div><br></div><div>thanks,</div><div>cbc</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
Levente</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, 27 Aug 2015, <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Marcel Taeumel uploaded a new version of Tests to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Tests-mt.329.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/trunk/Tests-mt.329.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tests-mt.329<br>
Author: mt<br>
Time: 27 August 2015, 11:12:04.169 am<br>
UUID: 2665a1ed-6312-1845-8181-d83c588cd161<br>
Ancestors: Tests-mt.328<br>
<br>
Fixes initialization problem with test preferences.<br>
<br>
=============== Diff against Tests-mt.328 ===============<br>
<br>
Item was added:<br>
+ ----- Method: PreferencesTestPreferences class&gt;&gt;initialize (in category &#39;class initialization&#39;) -----<br>
+ initialize<br>
+<br>
+       super initialize.<br>
+       self initializeDictionaryOfPreferences.!<br>
<br>
<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div></div>