Brainhack-Donostia / ica-aroma-org

Repository to prepare the ICA-AROMA tutorial for Brainhack Donostia.
Apache License 2.0
1 stars 3 forks source link

Change camelCase variables to snake_case #27

Closed tsalo closed 4 years ago

tsalo commented 4 years ago

Summary

ICA-AROMA uses camelCase for variables, which is MATLAB convention and not Python convention. We should switch to snake_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

  1. Go through all files and replace camelCase variables with snake_case ones.