I don't get why they can't just use some sort of template or function to generate these cells... it's like there was a thought "oh yeah we'll just hardcode each one".
The grid is so repetitive, it makes my eyes hurt.
Maybe if they used some sort of data structure like an array and then looped over it with JavaScript they could get rid of all this repetition. It would be way more efficient and easier to maintain in the long run.
Maybe if they used some sort of data structure like an array and then looped over it with JavaScript they could get rid of all this repetition. It would be way more efficient and easier to maintain in the long run.