Name: Anonymous 2013-10-07 9:14
When should I use message passing or data-directed programming? What are the advantages/disadvantages of these techniques over the OOP we can find in Java for example.
should I use message passing or data-directed programmingDepends on the specification. I always use message directing when I can. Queues are the best way to keep things inline.