Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Variant Attributes

Thank you drdjpowell and jon_mcbee for your advice, I appreciate the help. I now understand the power of variant attributes and how to utilize them.

Works like a charm now and I can address specific actors the way I need to in my application and do not have to worry about expansion in the future. I try to build everything with as generic of objects and fucntions as possible to allow for extendability.

Thanks again!

-Steven

0 Kudos
Message 1 of 3
(3,677 Views)

exxonmobilLV wrote:

I try to build everything with as generic of objects and fucntions as possible to allow for extendability.

Generally that is a good idea, but remember that generality nearly always comes with a negative performance impact. Be aware of this as you're architecting. I'm glad you were able to find the flex you needed in this case.

Message 2 of 3
(3,100 Views)

Thank you for the feedback and tip AQ.

-Steven

0 Kudos
Message 3 of 3
(3,100 Views)