Design Rails enums the right way
Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]
Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]
Have you ever came across a code that verifies a lot of conditions to allow for some action? In normal […]
A quick look at the pattern’s name Let’s just quickly analyze its name before we move on: The definition There […]