vendredi 11 août 2023

Facade design pattern over data types

I have a class named MyClass in subsystem A, and a method in subsystem B has arguments of type MyClass. My subsystems are highly coupled, so I want to make a facade for subsystem A. Should I somehow pass the MyClass type trough the facade? What is the right way?

thanks

Aucun commentaire:

Enregistrer un commentaire