Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change method name 'analyze' to 'loadDir', 'analyze' to 'loadFile', 'serialize' to 'saveToCache' #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pdhung3012
Copy link

The class Analyzer is used to represent Analyzer. This method named 'analyze' is to load a directory. Thus, the method name 'loadDir' is more intuitive than 'analyze'.

The class Analyzer is used to represent Analyzer. This method named 'analyze' is to load a file. Thus, the method name 'loadFile' is more intuitive than 'analyze'.

The class AstCache is used to represent AstCache. This method named 'serialize' is to save to the cache. Thus, the method name 'saveToCache' is more intuitive than 'serialize'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants