Plugin development: don’t use Context.Depth to prevent recursions!
It’s been said a number of times in different blogs that context.Depth may have side effects, but I am starting to think we should actually ban the practice of using context.Depth all together. It’s almost impossible to predict plugin execution paths as long as your solution gains any level of complexity, but, even in a… Read More »