-
Notifications
You must be signed in to change notification settings - Fork 233
[CS2113-F13-2] BoboType #38
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-F13-2] BoboType #38
Conversation
Branch-edwin Add List summary and Find entry
…lete-group Feature delete group and error message for "my-groups"
Hackin7
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.
Can add more header comments to non trivial methods
src/main/java/BoboType.java
Outdated
| } | ||
|
|
||
|
|
||
| private void handleCommand(String[] inputParts) { |
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.
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) { |
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.
arrowhead code
| public class WordCounter { | ||
| public static int countWords(String input) { | ||
| if (input == null || input.trim().isEmpty()) { | ||
| return 0; // Handle null or empty input |
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.
redundant comment (self explanatory)
src/main/java/TypeAccuracy.java
Outdated
| } | ||
|
|
||
| /** | ||
| * Sets the test text to the text randomly selected by the text selector class |
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.
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
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.