Skip to content

Commit

Permalink
Merge pull request #10 from LimHongYao/master
Browse files Browse the repository at this point in the history
Started breaking up StringLib into smaller Strings
  • Loading branch information
liuziyang020319 authored Mar 15, 2023
2 parents 0cfe293 + aadb387 commit 288dcbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/team/limhongyao.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# John Doe - Project Portfolio Page
# Lim Hong Yao - Project Portfolio Page

## Overview


### Summary of Contributions
6 changes: 5 additions & 1 deletion src/main/java/seedu/duke/ui/StringLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ public interface StringLib {
+ "\nException occurred: ";
String FILE_LOADING_DEFAULT_ERROR = "\nError in loading file!"
+ "\nException occurred: ";

String LINE = "__________________________________________________________";

String ADD_COMMAND_FORMAT = "\"Format: \\\"add n/<insert recipe name>"
+ "i/<insert ingredients with \\\", \\\" separation> \"\n"
+ "\"t/<insert cuisine>\\\"\\n\"\n"
+ "\"Example use : \\\"add n/Hotpot i/Beef, Potatoes, Carrots t/Chinese\\\" \\n \\n\"";

}

0 comments on commit 288dcbd

Please sign in to comment.