Is there any recommendations when to use UDT Nesting vs Inheritance and what anyone else uses more often or when to avoid one over the other?
I know the general difference and how they work. However, it seems they can almost be made interchangeable, differing by how it makes the tag structure.
I'm setting up a project where the industry is known to have many possible variants and one or few offs, but does have a good amount of structure. As I get further along, I was trying to make use of more UDT inheritances, but now wondering if just making more base UDTs and nesting inside a larger UDT would work better in the long run.