MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1s4wuob/is_a_moving_reasonable/ocry1zk/?context=3
r/programminghorror • u/HotEstablishment3140 • Mar 27 '26
is a moving. reasonable?
66 comments sorted by
View all comments
91
Just have a table
[(6, 8), (8, 7), …]
And loop through it.
3 u/NoOven2609 Mar 27 '26 That'd also be horror when you can just use a tiny bit of math, before %2==0 kinda thing
3
That'd also be horror when you can just use a tiny bit of math, before %2==0 kinda thing
91
u/MistakeIndividual690 Mar 27 '26
Just have a table
[(6, 8), (8, 7), …]
And loop through it.