jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 9 forks source link

Uniformity in flag names #85

Closed jeanluct closed 9 years ago

jeanluct commented 9 years ago

Right now the commands that have flags specify them as 'TheFlag' or 'theflag' . In practice it doesn't matter since we make everything lowercase, but I'd like to make it uniform. What's the most sensible convention?

Looking at some examples for Matlab,

http://www.mathworks.com/help/matlab/ref/plot.html http://www.mathworks.com/help/matlab/ref/odeset.html

it seems the 'right' thing is to have the flags names have 'TheFlag' format, but their possible values be all lower.

Check on uniformity across commands, update STYLE guide.

jeanluct commented 9 years ago

Resolved in fd67689. Also updated guide.