Spec
Spec copied to clipboard
Can we rename windowIsOpened into openedWindow
windowIsOpened looks like a testing predicate but this is not
windowIsOpened
isClosed := false
windowIsClosing (used in Morph - bad idea) would be better named windowClosing
The is conveys the idea that this is a predicate.
windowIsOpening should be renamed windowOpening to follow windowClosing above
windowIsOpening
self windowIsOpened
windowClosed
isClosed := true.
self application windowClosed: self
-> closeWindow