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
The main objective isn't simply reducing loc, but to reduce the chance of error during development, with less typecasts and referencing controls using strings.
The text was updated successfully, but these errors were encountered:
The idea is to make it easier to reference resources and controls from the code, by generating a class with direct reference to them.
For example, instead of:
something like:
The main objective isn't simply reducing loc, but to reduce the chance of error during development, with less typecasts and referencing controls using strings.
The text was updated successfully, but these errors were encountered: