Closed tsalo closed 4 years ago
ICA-AROMA uses camelCase for variables, which is MATLAB convention and not Python convention. We should switch to snake_case.
camelCase
snake_case
It is Python convention to use UpperCamelCase for classes, but we don't define any in this package at the moment.
Summary
ICA-AROMA uses
camelCase
for variables, which is MATLAB convention and not Python convention. We should switch tosnake_case
.Additional Detail
It is Python convention to use UpperCamelCase for classes, but we don't define any in this package at the moment.
Next Steps