What is TLV?
To put hooks (functions) in the code instead of if/else?
If I have one piece of code running on different platforms, at different places in code, I can put TLV function hooks to identify what platform I am on and do accordingly? Or something like that?
Benefits can be cleaner code? Easy to maintain? When a new platform is added, only TLV code needs to change and not the source code?
I may be completely wrong here.