2015-08-03, 12:22:01
I think the approach to this in core is also a rewrite from scratch.
Starting with engineering the entire class work required to emulate our existing functions.
Firstly by identifying why we have , I am just now starting to get an idea of the entire codebase as to how it's used and are doc blocking as much as I can. I have also ran some mapping on core to identify flows.
I have to start mapping all methods and this intent and actual use flow. And break it down into classes.
Right now we are roughly using classed files and methods, some of it can be easily cleaned up and turned into classes. But not much. So the first step is to run some phpdoc scripts or something better to generate method docs. Identify everything.
If you guys want to run with this go ahead, I really need the documentation done.
I'll look it over, and see how it looks. I am honestly not versed in php oop other than conceptual stuff, I have not really delved into what is avail in 5.3+
Starting with engineering the entire class work required to emulate our existing functions.
Firstly by identifying why we have , I am just now starting to get an idea of the entire codebase as to how it's used and are doc blocking as much as I can. I have also ran some mapping on core to identify flows.
I have to start mapping all methods and this intent and actual use flow. And break it down into classes.
Right now we are roughly using classed files and methods, some of it can be easily cleaned up and turned into classes. But not much. So the first step is to run some phpdoc scripts or something better to generate method docs. Identify everything.
If you guys want to run with this go ahead, I really need the documentation done.
I'll look it over, and see how it looks. I am honestly not versed in php oop other than conceptual stuff, I have not really delved into what is avail in 5.3+