rumble icon indicating copy to clipboard operation
rumble copied to clipboard

Refactor BuiltinFunctionsCatalog with enums

Open CanBerker opened this issue 6 years ago • 0 comments

We have a bunch of static final class objects in BuiltinFunctions Catalog. It looks like defining an Enum type for these would be fitting and it would simplify the code.

CanBerker avatar Mar 20 '20 09:03 CanBerker