DEV Community

Discussion on: Announcing PHP Apprentice!

Collapse
 
5422m4n profile image
Sven Kanoldt

Great Job Andrew!
I have 2 suggestions:

I would recommend to dive into the array logic a bit more deeper, things like array_merge, array_filter or array_intersect are super handy tools yet not many folks have mastered the details about them. (from my experience)

On the other hand traits used for mixin / behaviours extension of classes are also a very valuable tool. It might be also worth to spread the word about these things.

But I guess the content will grow over time anyways. Keep up the good work!

Cheers
Sven