asulwer / RulesEngine

Rules Engine with extensive Dynamic expression support
MIT License
6 stars 1 forks source link

RulesEngine.cs issues #27

Closed asulwer closed 1 day ago

asulwer commented 4 days ago
  1. private methods under constructor region
  2. private methods under public region
  3. public methods under private region
  4. why was ExecuteActionAsync labeled as internal? this is not original
asulwer commented 4 days ago

additional methods were created to allow reuse of code which would reduce written code. something that should have been taught in programming whatever 101, reuse of code