HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Studly capitals

Categories: Glossary

This is a convention for naming identifiers, where the identifer starts with a capital letter and words begin with capital letters and are not separated by underscores. So, for example, one would use SomeMultiWordName.

Note that due to Haskell syntax, this would imply the identfier is a type, constructor or class name.

See also: Camel case

Retrieved from "http://haskell.org/haskellwiki/Studly_capitals"

This page has been accessed 1,144 times. This page was last modified 06:27, 21 December 2007. Recent content is available under a simple permissive license.