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

The Exception class hierarchy is all wrong #67

Closed JJ closed 1 year ago

JJ commented 1 year ago

ABTException was created as a purely abstract base class, however it's being thrown high and low without creating subclasses.

Besides, I don't know what the acronym even means. Abstract Base WTF?