Re: Unifying singleton accessors

2013-07-07 Thread Matěj Laitl
On 7. 7. 2013 Mark Kretschmann wrote: > Hey all, > > I really dislike that we use both "MyObject::instance()" and > "The::myObject()" as singleton accessors. IMO we should just use the > "instance()" pattern, as this is a common programming standard. The > other pattern is weird and Amarok-specifi

Unifying singleton accessors

2013-07-07 Thread Mark Kretschmann
Hey all, I really dislike that we use both "MyObject::instance()" and "The::myObject()" as singleton accessors. IMO we should just use the "instance()" pattern, as this is a common programming standard. The other pattern is weird and Amarok-specific, and it also requires extra boilerplate code. C