Make `RenderTo` Method Private
chasefleming opened this issue · 1 comments
chasefleming commented
Currently, the RenderTo
method is public, exposing internal rendering logic that could be encapsulated better. Changing RenderTo
to a private method would improve the overall design by hiding internal implementation details.
chasefleming commented
This may not actually be possible since the styles package has a function that implements the Node interface.