Hello
I have a HUGE project having many files.
The classes were written by keeping on adding the functionalities as required with "public access".
I believe that many of these functions can be moved to private area.
What tools / process would be helpful to speed up this process.
I do not have a good documentation of code/ class diagrams and I am presently manually searching all the occurances and references to these functions in other files and taking the decision to move them to private area according to the way they are accessed.
Thanks in advance.
Rupesh
I have a HUGE project having many files.
The classes were written by keeping on adding the functionalities as required with "public access".
I believe that many of these functions can be moved to private area.
What tools / process would be helpful to speed up this process.
I do not have a good documentation of code/ class diagrams and I am presently manually searching all the occurances and references to these functions in other files and taking the decision to move them to private area according to the way they are accessed.
Thanks in advance.
Rupesh
Comment