|
|
|
|
|
by cryptonector
2421 days ago
|
|
> Triggers are implicit, have side effects and are not deterministic.
> ...
> A procedure call is explicit, a trigger is implicit. Method dispatch (whether the language be OOP or otherwise) is also "implicit". Think of triggers as controlled code injection. |
|