[CS2113-F13-2] BoboType - #38
Open
ravi-viswa105 wants to merge 379 commits into
Open
Conversation
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"
Hackin7
reviewed
Mar 24, 2025
Hackin7
left a comment
There was a problem hiding this comment.
Can add more header comments to non trivial methods
| } | ||
|
|
||
|
|
||
| private void handleCommand(String[] inputParts) { |
There was a problem hiding this comment.
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) { |
| public class WordCounter { | ||
| public static int countWords(String input) { | ||
| if (input == null || input.trim().isEmpty()) { | ||
| return 0; // Handle null or empty input |
Hackin7
reviewed
Mar 24, 2025
| } | ||
|
|
||
| /** | ||
| * Sets the test text to the text randomly selected by the text selector class |
There was a problem hiding this comment.
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
Added AutoAdjust and Milestones.
Add user guide
Fixed gradle build failures
…into Zen_Mode # Conflicts: # data/testBoboType.txt
…into Zen_Mode # Conflicts: # src/main/java/Ui.java
added timeLimitMode test
Adjusted logic of AutoAdjust to be based on highScore.
Update UG and fix bugs
Fix class diagram
Added updates for UG and PPP
Display error for corrupted txt files.
Updated jar command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.