|
|
|
|
|
by sorokod
1598 days ago
|
|
When unrestricted, event driven systems don't have a well defined overall state or consistency. Avoid if you have rules that depend on a system "state" Having said that, toy systems aside, almost all systems require reasoning of their overall state at some point, so in general - avoid. |
|
The amount of times I've seen software clearly want to have a form of PID controller and fail to realize that such a thing even exists are countless.