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
Treating TESolver and TopologyManager classes as private implementation details should make this library easier to use, and thus reduce the chances of confusion. We could:
Make TEManager provide all of the surface API to PCE, by moving TESolver and TopologyManager classes to a private module.
"Gate" the necessary methods via TEManager.
As a more concrete example, consider this code sample from the README:
Treating
TESolver
andTopologyManager
classes as private implementation details should make this library easier to use, and thus reduce the chances of confusion. We could:TEManager
provide all of the surface API to PCE, by movingTESolver
andTopologyManager
classes to a private module.TEManager
.As a more concrete example, consider this code sample from the README:
This would become:
Or maybe even:
The text was updated successfully, but these errors were encountered: