-
Notifications
You must be signed in to change notification settings - Fork 94
.conf CRUD functionality added #141
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking really close, some minor comments and questions. I wonder if we could provide a simple example of how to use this also? The test has some of this but it would be nice to have just a few lines demonstrating the change (in the README)
1. Method renamed: doesFileExist --> getConfFile 2. Method renamed: doesStanzaExist --> getStanza 3. try/catch removed to let exception propagate to calling method 4. return file/stanza if found or else return null
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two fairly minor comments and then I think this is ready to merge
README and test updated to use actual example for .conf file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, thanks for working through all the rounds of review!
No description provided.