Skip to content

Extendable entities

Compare
Choose a tag to compare
@mishavantol mishavantol released this 21 Aug 10:11
· 63 commits to master since this release
49185e8

Composition wasn't the way here. We need ease access to the dataBag to fetch/store extra fields. Getting/setting the dataBag is dirty. Besides, most of the time we'll need to wrap all public methods one-on-one in de wrapper object. Using inheritance solves all these problems.