phishman3579/java-algorithms-implementation

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.

Appreciate the comment. Fixed,as best I could.