Naming conventions: Difference between revisions

Content added Content deleted
(Rust)
(Added 11l)
Line 21: Line 21:
* Wikipedia: [[wp:Naming convention (programming)|Naming convention (programming)]]
* Wikipedia: [[wp:Naming convention (programming)|Naming convention (programming)]]
<br><br>
<br><br>

=={{header|11l}}==
* Type names are typically in CamelCase.
* Functions, variables, and module names are lower-case.


=={{header|360 Assembly}}==
=={{header|360 Assembly}}==