zlalvani/checkers-learner

Change tuples to namedtuples

zlalvani opened this issue · 0 comments

Certain stuff in the code, especially pieces, are represented by simple tuples. It's hard for people unfamiliar with the code to figure out what the contents are, so we should switch to using named tuples.