May 28, 2013
7:37 a.m.
On Tue, May 28, 2013 at 7:13 AM, Bahman Movaqar <Bahman@bahmanm.com> wrote:
I noticed that since there is no `import' statement in Pharo, class names can easily conflict. What is the common naming strategy that you people use to avoid that?
the first two letters are often an indication of the package. E.g., PRPage for a Page class in the Pier package, ZnEasy for the Easy class in the Zinc package... -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill