Using Traits in either EpiAware
or EpiAwarePipeline
#297
SamuelBrand1
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yes I have been wondering about this. It is essentially for dispatching in another dimension (so things can have a type and a trait right?) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following on from #295 I feel that the way we have done the pipeline at least might have been easier to do in a Trait based way.
The OG of trait based programming in Julia is JuliaLang/julia#2345 (comment) but its quite a popular approach, e.g.
SimpleTraits.jl
.I'm not sure this even qualifies as an issue, but might be an interesting discussion point.
Beta Was this translation helpful? Give feedback.
All reactions