bowler-framework / Bowler

RESTful Web Framework based on Scala, built on top of Scalatra & Scalate
http://bowlerframework.org
BSD 3-Clause "New" or "Revised" License
118 stars 13 forks source link

Variables whose type is an all-uppercase class name should not be mixed case #47

Open greenrd opened 11 years ago

greenrd commented 11 years ago

Example: java.net.URL variables should be named url, not uRL.