zerocode icon indicating copy to clipboard operation
zerocode copied to clipboard

Replacing interface with class for constants only

Open keerthikumarn opened this issue 2 years ago • 1 comments

The interface org.jsmart.zerocode.core.constants.ZerocodeConstants is just used only for constants! And with this we are neither providing any sort of pure abstraction ! since interfaces are primarily used for defining APIs and contracts and the same is not used here, I request you to kindly check this PR where the change has been made from an interface to class. Even in future if some apis are to be defined related to ZeroCode we can still go ahead with a new interface !

keerthikumarn avatar Mar 27 '23 07:03 keerthikumarn

I am working on this issue. !!

keerthikumarn avatar Mar 27 '23 07:03 keerthikumarn