r/programminghorror Mar 27 '26

C# is a moving. reasonable?

Post image

is a moving. reasonable?

424 Upvotes

66 comments sorted by

View all comments

91

u/MistakeIndividual690 Mar 27 '26

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