@cadey My favourite use of simple is in OOP when the abstract base class is called AbstractFoo and the concrete implementation is called SimpleFoo and there’s literally never another implementation in the system ever and it could have just been one class called Foo.