Skip to content

Conversation

@ravi-viswa105
Copy link

A minimalist, interactive CLI tool that enhances typing speed and accuracy through personalized exercises, real-time feedback, and progress tracking, helping users build muscle memory and confidence efficiently.

@nus-se-bot nus-se-bot closed this Feb 21, 2025
@damithc damithc reopened this Feb 21, 2025
rchlai pushed a commit to rchlai/tp that referenced this pull request Mar 18, 2025
Branch-edwin
Add List summary and Find entry
Ashertan256 added a commit to Ashertan256/tp that referenced this pull request Mar 20, 2025
…lete-group

Feature delete group and error message for "my-groups"
Copy link

@Hackin7 Hackin7 left a comment

Choose a reason for hiding this comment

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

Can add more header comments to non trivial methods

}


private void handleCommand(String[] inputParts) {
Copy link

Choose a reason for hiding this comment

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

can SLAP better/ split up into smaller functions for ease of readability

InputStream inputStream = TextSelector.class.getResourceAsStream(filePath);
try (BufferedReader br = new BufferedReader(new InputStreamReader(inputStream))) {
String line;
while ((line = br.readLine()) != null) {
Copy link

Choose a reason for hiding this comment

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

arrowhead code

public class WordCounter {
public static int countWords(String input) {
if (input == null || input.trim().isEmpty()) {
return 0; // Handle null or empty input
Copy link

Choose a reason for hiding this comment

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

redundant comment (self explanatory)

}

/**
* Sets the test text to the text randomly selected by the text selector class
Copy link

Choose a reason for hiding this comment

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

nitpick, but following the sample javadoc guides, should send the comment with a fullstop
https://nus-cs2113-ay2425s2.github.io/website/se-book-adapted/chapters/documentation.html#javadoc

shanicetanhui and others added 23 commits March 28, 2025 01:34
…into Zen_Mode

# Conflicts:
#	data/testBoboType.txt
…into Zen_Mode

# Conflicts:
#	src/main/java/Ui.java
Adjusted logic of AutoAdjust to be based on highScore.
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.