Should create_*_parameters
simply be constructors?
#140
Labels
question
Further information is requested
create_*_parameters
simply be constructors?
#140
There are many functions that take forms like
SurfaceFluxes.jl/parameters/create_parameters.jl
Line 44 in 10c2840
It seems these are more straightforwardly defined as constructors, eg:
(If there is a better way to identify
toml_dict
than just::Dict
, even better.)A second slightly related question is: why are these not in the source code? This leads to anti-patterns like
which I think should be discouraged?
The text was updated successfully, but these errors were encountered: