-
Notifications
You must be signed in to change notification settings - Fork 233
[CS2113-F11-4] FlashCLI #28
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
base: master
Are you sure you want to change the base?
[CS2113-F11-4] FlashCLI #28
Conversation
sevenseasofbri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job team 4, I haven't added too many comments since most of your code seems fine at a quick glance (in the terms of code quality and coding standards). However, please write your documentation comments in a consistent manner because some classes have proper JavaDoc whilst others don't.
Additionally, please rename your PR to [CS2113-F11-4] FlashCLI it is incorrect right now (there is an extra F in front of 4)
| */ | ||
| private static final Logger logger = Logger.getLogger(FlashcardList.class.getName()); | ||
|
|
||
| public static String createFlashcard(String arguments) throws FlashCLIillegalArgumentException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function is a little long and difficult to read. Consider refactoring it into multiple fns.
src/main/java/flashcli/FlashCLI.java
Outdated
| * Main entry-point for the java.flashcli.FlashCLI application. | ||
| */ | ||
| public static void main(String[] args) { | ||
| //assert false : "dummy assertion set to fail"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid commenting out dead code. Remove it instead.
Insert Code Snippet
… unlearned Changed error message name to be more general. Added CommandChangeLearned
Also made some edits to view question tests
Quiz Timer
Mark as learned
Made user guide message clearer to follow for new users Added user_guide as a possible command
Add a userguide command so that users can view what commands and features the application has
Deck feature addons
…into branch-UG-2.0
UG 2.0 for view_res
…into felix_bug-resolves # Conflicts: # docs/UserGuide.md
Updated UG, DG and PPP
…into branch-PPP3.0
Merge branch 'master' of https://github.com/AY2425S2-CS2113-F11-4/tp …
Update PPP to fit within page limit
Update ppp betahaxer
…into felix_bug-resolves
Shortened PPP
Fix sequence diagram typo
Update UserGuide.md for Command Summary table
Edits to DG and diagrams
Update ppp betahaxer
Update ppp betahaxer
FlashCLI helps CS2113 students to create flashcards and revise content effectively.