JuliaGeodynamics / GeophysicalModelGenerator.jl

Import, process and interpret geophysical data sets to be used in numerical models.
MIT License
66 stars 29 forks source link

Rename function names to follow Julia style #102

Closed boriskaus closed 7 months ago

boriskaus commented 7 months ago

As @ranocha pointed out, the current function names still don't follow the Julia Style Guide, as one should not use camelCase for function names but instead snake_case. This requires many changes once more such as:

I realise that this requires rewriting many scripts, but I guess it is better to implement this now (given that we had breaking changes in 0.6.0 already) then later. As this is a breaking change, we increase the version number