I wasn't suggesting you'd request it, but rather that it was likely the need would change, and that the chosen solution is inflexible. I don't really care how you've done it, but it's pretty much a coding maxim that if you do something one way, that is the method that will be hardest to change when the requirement changes, hence it's worth 'keeping your eyes open' for solutions that are flexible.
Unless you are pressed for code or data space, or coding in a competition(for example), the tightest, most expeditious way of doing something is rarely the most valuable. Rather, learning to code in a way that lends itself to adaptability often pays dividends.
But, YMMV. It's entirely your choice.