pharo-spec / smalltodo-example

2 stars 7 forks source link

Using Voyage is a BAD idea #3

Open Theophile-H opened 4 years ago

Theophile-H commented 4 years ago

For example newbies can forget to execute the enqble singleton. Now even if we execute enableSingleton

the follozwing does not work

TODOTask new title: 'Task One'; save. TODOTask new title: 'Task Two'; save.

TODOTask selectAll

aSet()

edcrypt commented 4 years ago

It's missing the following method:

TODOTask class >> isVoyageRoot 
    ^ true