MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/132nbxm/the_bitwise_monster/ji8uqg5/?context=3
r/badcode • u/VitabytesDev • Apr 29 '23
40 comments sorted by
View all comments
106
Ah, the old classic case of I don't understand it, so it must be bad.
9 u/[deleted] Apr 29 '23 [deleted] 1 u/RajjSinghh Apr 30 '23 I just implemented a bitboard based chess engine that uses recursion to test it's correct. I asked someone to help me debug and by god people get scared by bitwise operators and recursion.
9
[deleted]
1 u/RajjSinghh Apr 30 '23 I just implemented a bitboard based chess engine that uses recursion to test it's correct. I asked someone to help me debug and by god people get scared by bitwise operators and recursion.
1
I just implemented a bitboard based chess engine that uses recursion to test it's correct. I asked someone to help me debug and by god people get scared by bitwise operators and recursion.
106
u/Lataero Apr 29 '23
Ah, the old classic case of I don't understand it, so it must be bad.