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
Using generation context directly is not scalable to maintain.
There should be a contextmanager class that handles all setting and getting of properties through the generation context.
This will make it possible to analyse what properties are being accessed where in the code.
The text was updated successfully, but these errors were encountered:
Using generation context directly is not scalable to maintain.
There should be a contextmanager class that handles all setting and getting of properties through the generation context.
This will make it possible to analyse what properties are being accessed where in the code.
The text was updated successfully, but these errors were encountered: