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

[T6A3][T14-C2] Chen Rui Wen #852

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

Conversation

ruiwen905
Copy link

No description provided.

@nishantbudhdev
Copy link

@ruiwen905 Some comments added. Please close the PR after reading them.


/* abstraction for Logic and StorageFile
* to reduce dependency
* */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Format error for header comments. All classes, interfaces, and non-trivial methods should have javadoc format header comments.


public abstract class Storage {
/** Default file path used if the user doesn't provide the file name. */
public static final String DEFAULT_STORAGE_FILEPATH = "addressbook.txt";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to help if you create a class for cloud storage. Only keep requisite members and methods in abstract class.

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

Successfully merging this pull request may close these issues.

2 participants