You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested by pragmaticobjects.comhere, if there is a business requirement to create new entities in the system then we may add an abstraction for it, let's say for example our system need to add new Products so we may have NewProduct interface that have a create() function that returns the new Product for it clients.
The text was updated successfully, but these errors were encountered:
As suggested by pragmaticobjects.com here, if there is a business requirement to create new entities in the system then we may add an abstraction for it, let's say for example our system need to add new
Product
s so we may haveNewProduct
interface that have acreate()
function that returns the newProduct
for it clients.The text was updated successfully, but these errors were encountered: