Skip to content
Snippets Groups Projects
Commit 9cce94b5 authored by Derek HUNG's avatar Derek HUNG
Browse files

Edit README.md

parent 722e60d0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,11 @@
## Reflective Object Inspector
Iteratively goes though a class and returns a script of all classes, super classes, constructors, methods and fields recursively.
## Refactorings
Learned to keep every category like class, constructors, methods, etc to have a method of there own.
Helper methods like printExceptions, printParameters, printModifiers, printWithIndent were made to keep the methods more tidy and less bulky.
By Derek Hung
UCID: 30087057
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment