SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
169 stars 33 forks source link

Feat/scmi 124866 [Domain models initiative] private attribute lint rule #1789

Open aleixadevinta opened 1 month ago

aleixadevinta commented 1 month ago

Description

In this pull request we ensure that a doamin model class (value object or entity) has all attributes as private and each attribute has his getter.

Related Issue

SCMI-124866