JS private class fields considered harmful - by Lea Verou:
https://lea.verou.me/blog/2023/04/private-fields-considered-harmful/
I've never used private class fields, but always use `private myVar` in TypeScript.
I also think it's syntax is totally unreadable - i don't want to "hashtag" my variables everytime I want to access them!
