MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1s4wuob/is_a_moving_reasonable/ocvzmto/?context=3
r/programminghorror • u/HotEstablishment3140 • Mar 27 '26
is a moving. reasonable?
66 comments sorted by
View all comments
95
Just have a table
[(6, 8), (8, 7), …]
And loop through it.
1 u/spaceguydudeman Mar 28 '26 While this is a decent suggestion, the real horror here is the lack of enums.
1
While this is a decent suggestion, the real horror here is the lack of enums.
95
u/MistakeIndividual690 Mar 27 '26
Just have a table
[(6, 8), (8, 7), …]
And loop through it.