Often I see code like a *getter or setter that does not do precisely what the function name suggests. A setter might run several checks and modify the value being set, I've even seen setters that start threads. Words like load, run, do, transact, in function names often all have very variable meanings inside a single application
(
Read more... )