phpowermove / php-code-generator

PHP code generator library
https://php-code-generator.readthedocs.org
Apache License 2.0
147 stars 43 forks source link

Share code between reflection and code parser #21

Closed gossi closed 7 years ago

gossi commented 8 years ago

Both parts use similar code that is fragmented and duplicated across the multiple namespaces and classes at the moment, which is a bit ugly. Time to find these similar parts and refactor them. Also can help to fix #19 (as it may be required to parse class code). Also scrutinizer can be helpful to find similar parts.