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
In general, the fact that we can perceive Code both in a linear format( the way appears as text ) and as a tree( they way it is presented in AST) can result in situations where deciding how a given expression can be split into smaller ones can be difficult.One such occasion are trailing combination of subscripts,attributes and function calls
something[0].hello("world")[1].data["address"]
Support for allowing a more linear approach For such scenarios Should be added
The text was updated successfully, but these errors were encountered:
In general, the fact that we can perceive Code both in a linear format( the way appears as text ) and as a tree( they way it is presented in AST) can result in situations where deciding how a given expression can be split into smaller ones can be difficult.One such occasion are trailing combination of subscripts,attributes and function calls
Support for allowing a more linear approach For such scenarios Should be added
The text was updated successfully, but these errors were encountered: