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

[Ernest Yu] iP #619

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

Conversation

somethingfishyfishy
Copy link

@somethingfishyfishy somethingfishyfishy commented Sep 1, 2024

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) {

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;

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);
}

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