pharo-wiki
pharo-wiki copied to clipboard
instance variables, class variables, class instance variables
Explain with an example the =/= between class variable and class instance variable.
Explain why it's bad idea to do a super initialize class side.
Maybe it should be in a guide called "Pharo object model"?
Same comment: https://github.com/pharo-tips-and-tricks/pharo-tips-and-tricks/issues/30#issuecomment-450101632
Pharo object model is already covered in the books
I think this part is not covered by Pharo By Example.
PBE1 chapter 6.4. Instance structure and behavior, sections Instance variables (p. 87), Class instance variables (p. 90), chapter 6.9. Shared variables, section Class variables (p. 107)
Ok, I have a bad memory apparently :')
So should we just put a pointer to PBE?
IMO it's not a bad thing to have more documentation on things that are almost not moving such as the object model of Pharo.
But we should point to other documentation in a See Also section
This would fit well in the Glossary started by Julien