User | Kudos |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |
Whend ealing with buldled data structures, we're always told that creating Typedefs is a good idea. It's just a shame that it's a PITA to maintain them sometimes.
Take a User-event API I have for one of my modules. At the moment I have bundled my events (some sub-clusters of which are (or should be ;)) Typedefs themselves.
If I change the bundle at position 1, I have to do this updating routine once, twice at location 2 and three times at location 3 to properly update the ouput cluster typedef.
If we could link the output of the bundles (of each step of this clustersaurus) then the output data will be automatically updated to reflect our coding changes, which cuts out all of the manual updating. The following illustration shows only the last bundle with the option activated (Autoupdate Typdef).
Why can't we designate the OUTPUT of the bundle to define the typedef. Link the bundle to the typedef control so that whenever the datatype output of the bundle changes, the typedef is automatically changed also. Event API programming would get SO much easier with this.
While the graphic shown seems to imply that the input terminal to the bundle is somehow important to the operation, it is not intended that way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has not received any kudos within a year after posting will be automatically declined.