matryoshka-model / matryoshka

A lightweight framework that provides a standard and easy way to implement a model service layer
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Create a ThisTrait to provide the this() term #36

Open leodido opened 9 years ago

leodido commented 9 years ago

As done with WithinTrait (providing within() function) and WithTrait (providing with() function) we need a ThisTrait providing the this() function.

So the Facade vocabulary applicable to (almost) any operation will be:

this();
within();
with();