forked from joewalnes/filtrex
-
Notifications
You must be signed in to change notification settings - Fork 17
Change modulo from % to mod #48
Copy link
Copy link
Closed
Labels
designAn issue regarding the user experienceAn issue regarding the user experienceimplementedThis feature is implemented in `develop` and ready for testingThis feature is implemented in `develop` and ready for testing
Milestone
Metadata
Metadata
Assignees
Labels
designAn issue regarding the user experienceAn issue regarding the user experienceimplementedThis feature is implemented in `develop` and ready for testingThis feature is implemented in `develop` and ready for testing
For a non-programmer,
%is immediately recognizable as a per cent sign, not as modulo. The mathematical symbol for a modulo is the “mod” keyword. Filtrex v3 will introduce amodkeyword and deprecate the%operator.In a future version,
%could be potentially reintroduced as percentage.