rkrzewski / akka-cluster-etcd

Akka cluster management using etcd
Other
70 stars 14 forks source link

change ⇒ to => #49

Closed mingchuno closed 8 years ago

mingchuno commented 8 years ago

I saw is all around in the source code. Although it is ok to use instead of =>, I think it is better to use => instead as it is ASCII char. I can submit a PR for the changes if @rkrzewski agree.

rkrzewski commented 8 years ago

Usage of Unicode operators is intentional. I prefer to keep it that way.

mingchuno commented 8 years ago

Just curious. May I ask why it is intentional?

rkrzewski commented 8 years ago

I became accustomed to this convention while studying Akka sources. In fact, I like it so much that I contributed a patch to Scalariform to convert -> into → https://github.com/daniel-trinh/scalariform/issues/34 :smile: