Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize util:: to separate orthogonal things #24

Open
zxul767 opened this issue Mar 19, 2022 · 0 comments
Open

Reorganize util:: to separate orthogonal things #24

zxul767 opened this issue Mar 19, 2022 · 0 comments

Comments

@zxul767
Copy link
Owner

zxul767 commented Mar 19, 2022

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::)

Originally posted by @zxul767 in #19 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant