If you find yourself passing this or self to things instead of other things you are moving in the right direction.
public function doSomething()
{
return $someDoer->does($this);
}
Ed Sumerfield's musings. Life rocks.
If you find yourself passing this or self to things instead of other things you are moving in the right direction.
public function doSomething()
{
return $someDoer->does($this);
}
No comments:
Post a Comment