We might remove most of the field ids and their corresponding strings in the lookup table, and people would likely not care as long as we keep the most commonly used ones. Another possibility is to make the lookup a function pointer or abstract class, so that it can be substituted by the user.
We might remove most of the field ids and their corresponding strings in the lookup table, and people would likely not care as long as we keep the most commonly used ones. Another possibility is to make the lookup a function pointer or abstract class, so that it can be substituted by the user.