hgducharme / meatball

A C++17 chess engine written entirely from scratch (WIP)
GNU General Public License v2.0
0 stars 0 forks source link

`shiftSquareByDirection()` name change #42

Closed hgducharme closed 3 months ago

hgducharme commented 5 months ago

I think shiftSquareByDirection() would probably be more adequately named as getSquareInDirection(). However, this also is bad naming because this function returns a bitboard representation of a square, so figure out a way to make all of this clear. The most accurate name would be getSqaureInDirectionAsBitboard()

hgducharme commented 3 months ago

Closed by #56