rpdelaney-archive / python-chess-annotator

Reads chess games in PGN format and adds annotations using an engine
GNU General Public License v3.0
61 stars 29 forks source link

Don't use "assert" for failure mode detection #27

Closed rpdelaney closed 5 years ago

rpdelaney commented 5 years ago

This is an antipattern since 'python -O' compiles out instances of assert