You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do have a to_bitboard function in util:: but I think we need to reorganize things because Util.h is following the anti-pattern of being a miscellaneous toolbox that forces unnecessary recompilation of almost all other units. At the very least, we should separate into mathematical stuff and bitboard stuff (which is mostly what is currently in util::)
We do have a
to_bitboard
function inutil::
but I think we need to reorganize things becauseUtil.h
is following the anti-pattern of being a miscellaneous toolbox that forces unnecessary recompilation of almost all other units. At the very least, we should separate into mathematical stuff and bitboard stuff (which is mostly what is currently inutil::
)Originally posted by @zxul767 in #19 (comment)
The text was updated successfully, but these errors were encountered: