Closed MarkZH closed 1 week ago
Replace functions that return bool with ones that throw an exception on encountering errors. This simplifies the logic and reduces the number of return statements.
Fixes #152
Will need to check if the new version is slower.
Replace functions that return bool with ones that throw an exception on encountering errors. This simplifies the logic and reduces the number of return statements.
Fixes #152