Talk:Dataflow
From Wikipedia, the free encyclopedia
[edit] Data flow phenomena not documented
The data flow article is very good but I think it really needs to mention 'data flow phenomena' as a simple fact in tightly bound software patterns.
See the link below for an example of the term 'data flow' in describing the data flow of parameterize data in tightly bound software patterns.
- Stateful Diamond Point pattern
- example code
Specifically the C# parameters types via the keyword ref
and out
signify the simplex/duplex nature of parameterize data in method calls.
I could write a quick section but I'd like to coordinate with the orignal article author (if they are still tracking this) and get their thoughts.
Thanks much for the great article.
Shawnktalk—-Shawn wiki 17:14, 22 July 2006 (UTC)
PS. Data flow in this sense is datums being passed through 3 to 7 methods such as message assembly, etc.