kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

camel case applied on Graph.scala #115

Closed djfwan closed 9 years ago

djfwan commented 9 years ago

Camel case applied on constants.

reference : http://docs.scala-lang.org/style/naming-conventions.html

SteamShon commented 9 years ago

@djfwan I was attempting to merge this, but can you make sure if there is any other code that need to be fixed with regarding to this?

djfwan commented 9 years ago

There are lots of other incorrect camel case on constants and typos. I'm concerning that if I fix it at once, you might have difficulty to merge it. Is it OK?