Decided against singletons...

This commit is contained in:
Lani Aung
2016-04-21 18:36:05 -07:00
parent 9e8c01b6e1
commit b60aae1d59
+1 -1
View File
@@ -18,7 +18,7 @@
<dl> <dl>
<dt class="comment">// Practice makes perfect...?</dt> <dt class="comment">// Practice makes perfect...?</dt>
<dd>experience.Code = CodeRepository.Instance;</dd> <dd>experience.Code = new CodeCollection();</dd>
<dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd> <dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd>
</dl> </dl>
</section> </section>