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
Currently, all the ASM parsing code lives in the Wrapper class constructors. Ideally the Wrapper classes could just have their data passed to them through the constructor. Also, ideally the only class interfacing with ASM would be the ASMReader.
The text was updated successfully, but these errors were encountered:
Currently, all the ASM parsing code lives in the Wrapper class constructors. Ideally the Wrapper classes could just have their data passed to them through the constructor. Also, ideally the only class interfacing with ASM would be the ASMReader.
The text was updated successfully, but these errors were encountered: