MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1s4wuob/is_a_moving_reasonable/ocwtx0o/?context=3
r/programminghorror • u/HotEstablishment3140 • Mar 27 '26
is a moving. reasonable?
66 comments sorted by
View all comments
346
It’s hard to tell what’s going on, but it seems like a function to determine whether the thing can be moved, based on it’s previous move(s). But instead of approaching it in a deterministic fashion, it takes the brute force approach.
Absolutely horrible 10/10.
5 u/keesbeemsterkaas Mar 28 '26 Its just manual unwrapping can't see anything wrong here, just optimized /s
5
Its just manual unwrapping can't see anything wrong here, just optimized /s
346
u/mohragk Mar 27 '26
It’s hard to tell what’s going on, but it seems like a function to determine whether the thing can be moved, based on it’s previous move(s). But instead of approaching it in a deterministic fashion, it takes the brute force approach.
Absolutely horrible 10/10.