06-25-2008 02:19 PM - edited 06-25-2008 02:20 PM
06-25-2008 02:40 PM
06-26-2008 11:00 AM
06-26-2008 11:05 AM
06-26-2008 11:28 AM
06-26-2008 12:29 PM - edited 06-26-2008 12:29 PM
Well, as part of your design process, you should have a pretty good idea of the data structure before you start writing code (at leas in a perfect world). Even if you don't, using a strict type def as a control makes it simple to modify the structure when need.
Using a cluster keeps the data in a single wire - less cluttered diagram and more difficult to make wiring mistakes. Using Unbundle and Bundle by Name also reduces errors and makes the program more self-documenting.