avenj / list-objects-withutils

List::Objects::WithUtils
4 stars 3 forks source link

v3; reorg roles #4

Open avenj opened 8 years ago

avenj commented 8 years ago

Currently immutable types consume mutable type roles (hysterical raisins and all that).

Probably all of the basic (immutable) list methods belong in separate respective ::Basic roles; mutable methods should live farther down the chain.

avenj commented 8 years ago

(this requires altering List::Object::Types appropriately, of course)