chasefleming/elem-go

Make `RenderTo` Method Private

chasefleming opened this issue · 1 comments

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.

This may not actually be possible since the styles package has a function that implements the Node interface.