JJ / nodeo

Simple evolutionary algorithm in JavaScript in CommonJS format, for node.js and anything else.
GNU General Public License v3.0
22 stars 6 forks source link

Need to throw a proper exception when trying to instantiate abstract base classes #41

Closed JJ closed 1 year ago

JJ commented 1 year ago

There seems to be a good suggestion ]here](https://stackoverflow.com/questions/597769/how-do-i-create-an-abstract-base-class-in-javascript), for instance.