News

The convention for packages is different from the Java naming conventions used for variables, methods and reference types. Packages are always written in lowercase letters, with a dot between words. A ...
Jeff Cohen‘s blog post Ruby 101: Naming Conventions does a nice job of covering conventions associated with the Ruby programming language. I like how he specifically writes to Java developers ...
Both kebab case and camel case are naming conventions that try make it easier to read compound words that form a single variable name. Kebab case employs a dash to maximize white space between ...