KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
716 stars 107 forks source link

Consider renaming Component.append #419

Open kezz opened 3 years ago

kezz commented 3 years ago

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.

thiccaxe commented 3 years ago

The additional names child, withChild, and appendChild have been suggested: discord converation.