Message from JavaScript discussions
November 2017
— I had to read Webkit source code to find out what is happening lol
appendChild
literally just returns argument 1 without any sort of check, so the explanations of what it does are side effects of that
— But since we have special DocumentFragment behavior... which actually is documented there in the spec, it doesn't really match up
— That's about as informative as returns the result
— Nice stuff
— It is not an internal command
— Yea
— In js, nope except some angularjs (at work) and some vanilla js too
PS: I write php
Note: To whom it may concern, we use PHP at work and I am bound
— I like js though, very much
— Port it to JS
— I have ported like 20K lines of PHP myself, multiple projects
— Even though JS doesn't really have a full class system, IMO it's better than the C-mockery that is PHP OOP...