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
To streamline the package further I propose we adapt a consistent naming structure throughout the package.
Here is a proposal:
Objects : Following Pascal case (first letter capital, each new word in capital, no seperator), that is : ReSurvPredict, IndividualData. I believe we have already done this.
Functions : I propose snake_case but with dot seperator ( first letter low case, each new word in lowcase, seperated by ".") : survival.information, model.matrix.encoder. This is the main naming convention used, but not consistent across everything.
Variables : I propose snake_case (same as above but with "_" seperator ). Perhaps we can use capital first letter for tables and lower case for vectors / single values. This is probably the largest change, and I am sure we will rename somewhere and forget elsewhere, but would be nice for consistency :).
The text was updated successfully, but these errors were encountered:
Ola!
To streamline the package further I propose we adapt a consistent naming structure throughout the package.
Here is a proposal:
Objects : Following Pascal case (first letter capital, each new word in capital, no seperator), that is : ReSurvPredict, IndividualData. I believe we have already done this.
Functions : I propose snake_case but with dot seperator ( first letter low case, each new word in lowcase, seperated by ".") : survival.information, model.matrix.encoder. This is the main naming convention used, but not consistent across everything.
Variables : I propose snake_case (same as above but with "_" seperator ). Perhaps we can use capital first letter for tables and lower case for vectors / single values. This is probably the largest change, and I am sure we will rename somewhere and forget elsewhere, but would be nice for consistency :).
The text was updated successfully, but these errors were encountered: