Manuscript (Case [Issue]22748) Kernel - distinguish between instance-side and class-side in method template

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22748) Kernel - distinguish between instance-side and class-side in method template

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Kernel: 1. Pharo Image  •  You are subscribed to this case
Something like... 

instance side...

messageSelectorAndArgumentNames

"comment stating purpose of message"

 

| temporary variable names |

statements manipulating instance state
i.e. instance-variables and class-variables
 

 


class side...

messageSelectorAndArgumentNames

"comment stating purpose of message"

 

| temporary variable names |

statements manipulating class state
i.e. Factory Design Pattern, class-instance-variables and class-variables
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo8.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker