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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The parts of slicker that pertain to taking a file (an AST, really), and determining what about it slicker wants to know are currently not really well separated out. These would be nice to separate, and document as such, and perhaps rename some of. Some of the methods could become class methods: _localnames_from_fullnames would become LocalName.from_fullnames or some such. And this would serve as a good place to document overall how it is that slicker thinks about files: in terms of fullnames, localnames, and the like.
The text was updated successfully, but these errors were encountered:
I'd also love a class Import, that holds information about a single import. It could also hold some logic like __str__(), which is a free function right now, or localname(fullname) which says what the localname for a given fullname would be if it used that import.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The parts of slicker that pertain to taking a file (an AST, really), and determining what about it slicker wants to know are currently not really well separated out. These would be nice to separate, and document as such, and perhaps rename some of. Some of the methods could become class methods:
_localnames_from_fullnames
would becomeLocalName.from_fullnames
or some such. And this would serve as a good place to document overall how it is that slicker thinks about files: in terms of fullnames, localnames, and the like.The text was updated successfully, but these errors were encountered: