Recently, I have seen several comments on how to walk on a visual tree, being a bad practice ( here, for example, ), but I have not seen or found a reason why this will be bad practice.
In the project, I am working on a little walk on the tree, so I wonder if I need to change all this in order to something else or just let it be what it is.
So, I think my main question here is that visual tree walking is really bad practice, and more importantly, if so, why?
Also, where (if at all?) Would a visual tree walk normally?
Eirik source
share