August 2016
Intermediate to advanced
286 pages
5h 31m
English
The difficulty of extracting includes to their own classes depends on the number and complexity of the include calls remaining in our class files. If there are very few includes and they are relatively simple, the process will be easy to complete. If there are many complex interdependent includes, the process will be relatively difficult to work through.
In general, the process is as follows:
classes/ directory for an include call in a class.include call, search the entire codebase to find how many times the included file is used.include call.Read now
Unlock full access