From what I realized, the `Cand20XX` structs are almost the same, with only a few increments each year. We could see if we can merge them into a single generic structure, and the missing fields could be filled in as empty. What do you think?
From what I realized, the
Cand20XXstructs are almost the same, with only a few increments each year.We could see if we can merge them into a single generic structure, and the missing fields could be filled in as empty. What do you think?