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
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