-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed reflection lesson slide. Changed #load:forClass: to #install:fo…
…rClass:category: since #load:forClass: doesn't exist.
- Loading branch information
Darius Clarke
committed
May 31, 2014
1 parent
d13f1b4
commit 6cc6310
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6cc6310
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I suggest something? It is about a naming conventions of the compiler object itself. Maybe the selector "install:" is a bit disafortunate, isn't it?
I don't know, but maybe should be better change to other name, perhaps "process:" or "parse:" (PD). Maybe for this reason is the key of the bug.
Whatever the decision you take is welcome. Thanks other time!
PD:
Compiler new
+ parse: ''goToNextLesson ProfStef next.''
+ forClass: ProfStef
+ category: ''navigation''.
6cc6310
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I see Herby,
Thanks for explanation, now makes more sense for me.