On Tue Aug 1 15:04:45 2023 +0000, Jacek Caban wrote:
Why do you need those empty functions? I can see that the plan is to make destructor mandatory, do you plan to make unlink mandatory as well?
I was planning to, yes, since the traverse and destructor will be mandatory, this would make it easier to not forget to unlink.
`traverse` will be mandatory because it has to describe the node, at the very least, even if it doesn't traverse anything.