magento / architecture

A place where Magento architectural discussions happen
274 stars 154 forks source link

Enums #327

Closed melnikovi closed 4 years ago

melnikovi commented 5 years ago

Problem

There is a need to restrict values of a parameter or return value of the method.

Solution

This is commonly solved with enumerate types. Introduction of the enums required in order to add support of different databases.

Requested Reviewers