Skip to content

Conversation

@felfelyuen
Copy link

FlashCLI helps CS2113 students to create flashcards and revise content effectively.

@nus-se-bot nus-se-bot closed this Feb 21, 2025
@damithc damithc reopened this Feb 21, 2025
Copy link

@sevenseasofbri sevenseasofbri left a 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 {

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.

* Main entry-point for the java.flashcli.FlashCLI application.
*/
public static void main(String[] args) {
//assert false : "dummy assertion set to fail";

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.

@felfelyuen felfelyuen changed the title [CS2113-F11-F4] FlashCLI [CS2113-F11-4] FlashCLI Mar 24, 2025
felfelyuen and others added 25 commits March 29, 2025 19:56
… unlearned

Changed error message name to be more general.
Added CommandChangeLearned
Also made some edits to view question tests
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
lishunyang12 and others added 30 commits April 8, 2025 11:29
…into felix_bug-resolves

# Conflicts:
#	docs/UserGuide.md
Update PPP to fit within page limit
Update UserGuide.md for Command Summary table
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.