Feb. 13, 2019
11:22 a.m.
On 11/02/2019 17:18, Cyril Ferlicot wrote:
A quick question: is it possible to use traits to define class methods?
For example, could the popular singleton pattern consisting of the three class methods #uniqueInstance, #new, and #reset plus the instance variable uniqueInstance be packaged as a trait? Hi,
Yes it is possible.
Thanks for your encouragement! I ended up trying exactly that example, and it works just fine: Â Â Â https://github.com/khinsen/SingletonTrait Konrad.