CurricularAnalytics / CurricularAnalytics.jl

CurricularAnalytics.jl is a toolbox for studying and analyzing academic program curricula.
GNU Affero General Public License v3.0
23 stars 19 forks source link

Implement Styling Best Practices #56

Closed haydenfree closed 5 years ago

haydenfree commented 5 years ago

The purpose of the formatting branch is to implement best practices in regards to styling within the source code. This includes things like spacing, capitalization, variable naming patterns, etc.

These changes have been made to adhere to the JuMP Style Guide, which will be implemented across the entire CurricularAnalytics.jl package.