Octave style guide: Difference between revisions

Jump to navigation Jump to search
No change in size ,  20 December 2023
m
Line 115: Line 115:
== Naming ==
== Naming ==


Use lowercase names if possible.  Uppercase is acceptable for variable
Use lowercase names if possible.  Uppercase is acceptable for variable names consisting of 1-2 letters.  Do not use mixed case names.
names consisting of 1-2 letters.  Do not use mixed case names. Function
 
names must be lowercase.  Function names are global, so choose them
Function names must be lowercase.  Function names are global, so choose them wisely.
wisely.


=== General naming functions ===
=== General naming functions ===
1,072

edits

Navigation menu