One code like:
Logic 1, logic 2, logic 3 calls super logic. The patch on super logic will impact all of the caller logics. And only logic1 needs to be considered. How to fix?
Flat the super logic on logic 1 and make fix on the flatted underlying super logic. In that case, the fix won't affect logic 2 and 3.
No comments:
Post a Comment