Open stokito opened 6 years ago
I couldn't find a .stickler.yml
file in this repository. I can make one for you, or you can create one by following the documentation.
I couldn't find a .stickler.yml
file in this repository. I can make one for you, or you can create one by following the documentation.
I couldn't find a .stickler.yml
file in this repository. I can make one for you, or you can create one by following the documentation.
@stokito I have merged your PR to my fork
Small micro optimizations mostly to avoid memory allocation:
StringBuilder.append(char)
instead of.append(String)
or.append(Object)
etc