karayaman / Play-online-chess-with-real-chess-board

Program that enables you to play online chess using real chess boards.
GNU General Public License v3.0
331 stars 25 forks source link

general cleanup #21

Closed zevaverbach closed 1 year ago

zevaverbach commented 1 year ago

In addition to the items mentioned in the first (large) commit, I've also short-circuited a number of comparisons from 4-5 lines to one line and renamed unused values returned (mostly from external libraries) to _.

karayaman commented 1 year ago

Hi, thanks but cleanup is not that important. Check this issue if you want to contribute https://github.com/karayaman/Play-online-chess-with-real-chess-board/issues/23

zevaverbach commented 1 year ago

ah ok, no worries, will just work on my fork i guess