Skip to content

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

Open
ruiwen905 wants to merge 2 commits intonus-cs2103-AY1617S1:masterfrom
ruiwen905:T6A3
Open

[T6A3][T14-C2] Chen Rui Wen#852
ruiwen905 wants to merge 2 commits intonus-cs2103-AY1617S1:masterfrom
ruiwen905:T6A3

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