Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BasicClasses - edit the '400 methods in Object' section #65

Closed
dmitrizagidulin opened this issue Apr 18, 2015 · 2 comments
Closed

BasicClasses - edit the '400 methods in Object' section #65

dmitrizagidulin opened this issue Apr 18, 2015 · 2 comments

Comments

@dmitrizagidulin
Copy link
Collaborator

In BasicClasses, around line 23, we say:

Astonishingly, there
are some 400 methods to be found here (including extensions). In other words,
every class that you define will automatically provide these 400 methods,
whether you know what they do or not. Note that some of the methods should be
removed and new versions of Pharo may remove some of the superfluous methods.

Several things:

  1. Verify that the method count is still 400-some in Pharo 4.0
  2. In fact, let's give a snippet of code that counts the number of methods in a class
  3. Let's cut the last sentence, Note that some of the methods should be removed and new versions of Pharo may remove some of the superfluous methods.
@Ducasse
Copy link
Member

Ducasse commented Apr 18, 2015

aClass selectors size

dmitrizagidulin added a commit that referenced this issue Apr 19, 2015
* Provide sample code snippet to count methods
* Remove extraneous sentence

Addresses issue #65.
@dmitrizagidulin
Copy link
Collaborator Author

Thanks!
Fix committed, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants