Skip to content

[Ernest Yu] iP#619

Open
somethingfishyfishy wants to merge 74 commits into
nus-cs2103-AY2425S1:masterfrom
somethingfishyfishy:master
Open

[Ernest Yu] iP#619
somethingfishyfishy wants to merge 74 commits into
nus-cs2103-AY2425S1:masterfrom
somethingfishyfishy:master

Conversation

@somethingfishyfishy

@somethingfishyfishy somethingfishyfishy commented Sep 1, 2024

Copy link
Copy Markdown

Bword

Whatupdawg” – Bword

My services:

  • Track deez tasks

USE me with

  1. tender
  2. loving
  3. care

find me at here (well im not providing the link duh 🙄 )

Free (just for you) 😉

this is an inline code

  • yes
  • only yes allowed

private File file;
private final String filePath;

Storage(String filePath) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Perhaps an access modifier could be added for the constructor here for the sake of completeness :)

Comment on lines +63 to +64
String[] arr = desc.split("/from");
String[] arr2;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

These could have better naming :) (though I would be too lazy too most of the times ngl)

Comment on lines +10 to +19
Ui() {
this.scanner = new Scanner(System.in);
}

void showWelcome() {
System.out.print(HLINE +
" Hello! I'm 'B word'\n" +
" What can I do for you?\n" +
HLINE);
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Could consider proper access modifiers for most methods in this class

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.

7 participants