pharo-wiki icon indicating copy to clipboard operation
pharo-wiki copied to clipboard

Conventions

Open jecisc opened this issue 6 years ago • 1 comments
trafficstars

Could be great to add a guide on Pharo convensions.

  • Instance var begins with a lower case
  • Class var begins with an upper case
  • Classes begins with an upper case
  • methods begins with a lower case
  • A test package is in the form MyPackage-Tests
  • A test class name is MyClassTest
  • Explain conventions on some protocols ...

jecisc avatar Dec 28 '18 23:12 jecisc

I init the file. We should complete it later.

jecisc avatar Feb 27 '19 15:02 jecisc