Skip to main content

All Questions

Tagged with
0 votes
3 answers
95 views

Abstract responsibility from caller without introducing complexity

I have two classes: public class Child { public List<Vector2> localPoints; public List<Vector2> localEdges; } public class Parent { public List<Child> children; ...
Tagor's user avatar
  • 169