remove 'name' from Rule
commit586ad1a01f2e99ea36f09212999c5e190bec5ae6
authorSebastian Hoß <seb@xn--ho-hia.de>
Thu, 12 Jan 2023 07:17:59 +0000 (12 08:17 +0100)
committerSebastian Hoß <seb@xn--ho-hia.de>
Thu, 12 Jan 2023 07:20:07 +0000 (12 08:20 +0100)
treefdf18c7c07204b0f25537fa1f433f0ac6434af3e
parent791188dfed575c01fa274b2cdecc74cafa209ca6
remove 'name' from Rule

This attribute never served any functionality within the rule engine itself, yet it was a mandatory parameter for all newly created rules. Projects that rely on the human-readable 'name' attribute should consider better names for their variables/parameters instead.
README.md
src/main/java/wtf/metio/reguloj/AbstractContext.java
src/main/java/wtf/metio/reguloj/AbstractRuleEngine.java
src/main/java/wtf/metio/reguloj/FluentRuleBuilder.java
src/main/java/wtf/metio/reguloj/JavaUtilFunctionRule.java
src/main/java/wtf/metio/reguloj/Rule.java
src/main/java/wtf/metio/reguloj/RuleBuilder.java
src/test/java/wtf/metio/reguloj/FluentRuleBuilderTest.java
src/test/java/wtf/metio/reguloj/JavaUtilFunctionRuleTest.java
src/test/java/wtf/metio/reguloj/RuleTest.java
src/test/java/wtf/metio/reguloj/shoppingcart/ShoppingCartTest.java