You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The names are really not homogeneous and make it kind of hard to use in code, other applications and also not always very clear in the excel files.
For example we sometime use Id or Name as unique identifier, I would change all to Id.
Sometimes camelCase is used, other just regular text like Container Path
in ProjectConfiguration, scenarios is refered as scenarioDefinitionFile, individuals as individualsFile while the excel file for models is called paramsFile.
I think this deserve some kind or rework. Maybe some rules need to be defined first ?
The text was updated successfully, but these errors were encountered:
The names are really not homogeneous and make it kind of hard to use in code, other applications and also not always very clear in the excel files.
For example we sometime use
Id
orName
as unique identifier, I would change all toId
.Sometimes
camelCase
is used, other just regular text likeContainer Path
in ProjectConfiguration, scenarios is refered as
scenarioDefinitionFile
, individuals asindividualsFile
while the excel file for models is calledparamsFile
.I think this deserve some kind or rework. Maybe some rules need to be defined first ?
The text was updated successfully, but these errors were encountered: