When it's better to define defn
instead of defelem
?
And should cell
be passed as attribute
/argument to defelem
or defn
? or should cell
be referred without passing as an argument, because cell
is defined as a top level variable similar to def
.
I think elements
would act as pure in former case and non-pure in latter one.
any time you want attribute/child argument parsing
Iām not sure what you mean here