DEV Community

Discussion on: How I learned the most about using XML with PHP

Collapse
 
alainvanhout profile image
Alain Van Hout

Yes, if the end goal is to gain experience and understanding, then it's definitely worth it. I've done similar things, by building framework pocs, for e.g. dependency injection, logging and module loading: what you end up with is typically isn't production ready to any degree, but the exercise itself does make you a better software developer :).

Thread Thread
 
nitricware profile image
Kurt Frey • Edited

Thanks for the kind words!
I too made a framework for logging! It's called NWLog and also can't be considered production ready, I guess.