Code readability can be improved in StringFunctions class
swapy opened this issue · 1 comments
swapy commented
Almost all methods have input parameter as String string .
Can it be renamed to something else like String inputStringor String inputor source
I was reading the source. It is trivial but can be helpful for novice programmers.
phishman3579 commented
Appreciate the comment. Fixed,as best I could.