Still not convinced yet. Why are you need an extra call to String.indexOf? Why 
should we separate the logic into if-else? There is no need to do that, we can 
do that in only one for loop. Your implementation need at lease 2 for loop (one 
is String.indexOf, the other is the for loop you write), which is not every 
elegant from my point of view.

[ Full content available at: 
https://github.com/apache/incubator-dubbo/pull/3093 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to