vibe-project / vibe-java-platform

Vibe Java Platform
http://vibe-project.github.io/projects/vibe-java-platform/
Apache License 2.0
6 stars 1 forks source link

Class/Method naming policy #13

Closed flowersinthesand closed 10 years ago

flowersinthesand commented 10 years ago

As package name is fixed in https://github.com/Atmosphere/vibe-java-server/issues/30, we need to have naming policy for class/method.

The current one for method.

The current one for class.

What do you think?

flowersinthesand commented 10 years ago

Just to be sure. The above policy is not absolute. If some class has many more setter than getter like Options or OptionsBuilder class, setter can have no prefix and getter should have prefix 'get'.