This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
AlgPart constructors require new, ____SiGNMove helpers cannot be called with new #20
Example:
It's probably confusing to beginners to know when to use
new. TypeScript and ES6 requirenewfor classes, and I don't want to create a helper for every class. So the main workaround I see here is to makeSiGNMovean abstract class, andSiGNMovehelpers into actual subclasses ofSiGNMove.