in reply to Re^2: OO design: abstract class or can()?
in thread OO design: abstract class or can()?

Just a quick comment.

While does feels very similar to can in this case, it will future-proof things since does('SomeTrait') can indicate the ability to do many methods, while can('some_method') can only ever indicate one.

-stvn