Skip to content

SI-68 refactor: change string comparison from == to equals method#203

Merged
nnconv2d merged 3 commits intomainfrom
feature/clean/SI-68-resource-maintenance
Dec 4, 2023
Merged

SI-68 refactor: change string comparison from == to equals method#203
nnconv2d merged 3 commits intomainfrom
feature/clean/SI-68-resource-maintenance

Conversation

@Bigeco
Copy link
Copy Markdown
Owner

@Bigeco Bigeco commented Dec 4, 2023

Issue | resolves #199 resolves #198 references #194

Describe

The following elements have changed:

1. == -> .equals
2. minor edits for readability

Codeflow

❗ errors: 1090 → 1069
⚠️ warnings: 318 → 219

@Bigeco Bigeco self-assigned this Dec 4, 2023
@Bigeco Bigeco added the ♻️refactor Change how code works internally. It's different from cleanup. label Dec 4, 2023
@Bigeco Bigeco requested a review from nnconv2d December 4, 2023 13:32
@Bigeco Bigeco added 🐛bug Something isn't working 🛠️fix This will not be worked on labels Dec 4, 2023
Copy link
Copy Markdown
Collaborator

@nnconv2d nnconv2d left a comment

Choose a reason for hiding this comment

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

Your code looks much cleaner! It seems like the branch was used well for its intended purpose.

@nnconv2d nnconv2d merged commit b8f5b13 into main Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛bug Something isn't working 🛠️fix This will not be worked on ♻️refactor Change how code works internally. It's different from cleanup.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolve UseEqualsToCompareStrings Resolve CompareObjectsWithEquals

2 participants