ForDevelopers

This page details some of the coding conventions used in the FLORIS package. As explained in the section Coding Style the FLORIS model uses OOP.

https://blogs.mathworks.com/loren/2012/03/26/considering-performance-in-object-oriented-matlab-code/ https://uk.mathworks.com/help/matlab/matlab_oop/comparing-handle-and-value-classes.html

Naming conventions

  • Functions, Classes -> snake_case
  • Folders, Variable names, Objects -> camelCase