Skip to content

Conversation

@Hedbom98
Copy link

@Hedbom98 Hedbom98 commented Jan 8, 2025

No description provided.

Copy link

@ninja-aruna ninja-aruna left a comment

Choose a reason for hiding this comment

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

Good work overall

if (word.toLowerCase().charAt(0) == '{' || word.toLowerCase().charAt(0) == '[') {
bracketsFrameEntireWord = true;
}
for (ArrayList<String> listOfChars : map.keySet()) {

Choose a reason for hiding this comment

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

Three nested for loops is a bit epic :D Consider refactoring into smaller methods

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.

2 participants