Regarding Frameworks and Implementations
Hello Team,
Following scenario, if you can suggest me something of whats a better approach:
Consider A,B,C,D as 4 different LOBs (implementation rulesets). A, B, and C depend upon framework F1 (ruleset with ~10000 rules) while D depends on framework F2 (ruleset - mixture of rules from F1 + new 10000 rules ~ 20000 rules).
The requirement is to defragment F2 to remove its dependency on F1 and take out those 10000 rules specific to implementation D.
What's better?
1. Move these 10000 rules to Implementation Layer D?
2. Create a New ruleset which could exist below D and contain all these rules?
Any thoughts/ideologies or opinions are welcome.
Kind Regards,
Ashish