true that there is no point using tuples when you can have a sleek record. i still like using tuples where a record feels overkill and slow to setup. namely for quick prototyping, testing or as one time/place use to get more than one output from a reactive region and such. i disagree with your time estimate. spawning 2 tuple nodes is a matter of seconds, setting up a record is absolutely not, especially regarding all the typing and clicking you still need to do.
1 Like