Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: refactor bad smell UnnecessaryToStringCall (#186)
* Refactor bad smells: - UnnecessaryToStringCall The toString() method is not needed in cases the underlying method handles the conversion. Also calling toString() on a String is redundant. Removing them simplifies the code.
- Loading branch information