You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd appreciate if you add a comment in the file head describing the logic starting from the entry point (DeepOverrideHost.addProperty) and briefly explaining the algorithm.
Something like this:
The entry point -- addProperty, accepts this and that parameter
Then we're building the object state tree for the given path (buildAbstractStateTree)
Using this tree we're applying the object state and override necessary properties (applyObjectState)
Etc, etc
This will greatly help the reader to understand the code.
The text was updated successfully, but these errors were encountered:
I'd appreciate if you add a comment in the file head describing the logic starting from the entry point (
DeepOverrideHost.addProperty
) and briefly explaining the algorithm.Something like this:
addProperty
, accepts this and that parameterbuildAbstractStateTree
)applyObjectState
)This will greatly help the reader to understand the code.
The text was updated successfully, but these errors were encountered: