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
When reading a file incrementally, the open function returns a SASLib.Handler object. Honestly, this struct is somewhat heavy and and probably not very well designed. From a data encapsulation perspective, it would be nice to have some accessor functions that returns commonly used data, like those already being displayed from the show function:
It's probably better to encapsulate the internal state with a wrapper object with minimal exposed data. With the new metadata function, there's no reason to get meta information from the handler object.
When reading a file incrementally, the
open
function returns a SASLib.Handler object. Honestly, this struct is somewhat heavy and and probably not very well designed. From a data encapsulation perspective, it would be nice to have some accessor functions that returns commonly used data, like those already being displayed from theshow
function:The text was updated successfully, but these errors were encountered: