The term append has very specific connotations and meanings that do not accurately reflect what the method actually does. I have seen many devs get confused as to why styles are inherited when appending and this could be due to the poor naming of this method. A method like addChild is considerably more informative and descriptive of what actually happens.
The term
append
has very specific connotations and meanings that do not accurately reflect what the method actually does. I have seen many devs get confused as to why styles are inherited when appending and this could be due to the poor naming of this method. A method likeaddChild
is considerably more informative and descriptive of what actually happens.