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
Given the heterogenous data, a dataclass could make it easier
Another possibility is to put Lifepath into json file and put random logic into Character class
Decision Flowchart:
___ Homogenous ___ Homogenous or Heterogenous? ___ Heterogenous ___
| |
___ Scalar or Collection? ___ ___ Do you have Invariants? ___
| | | |
| Scalar | Collection | No | Yes
| | | |
Enumeration Dictionary Data class Class
The text was updated successfully, but these errors were encountered:
miron
changed the title
consider dataclass for LifePath
consider dataclass for LifePath/Character
Mar 11, 2023
Given the heterogenous data, a dataclass could make it easier
Another possibility is to put Lifepath into json file and put random logic into Character class
Decision Flowchart:
The text was updated successfully, but these errors were encountered: