Skip to content

Conversation

@tbekolay
Copy link
Contributor

As per the discussion in #61, I added a pointer to why we're not using aliasing in this lesson to the instructors.md file. I put this in a Frequently Argued Issues (FAI) section, which I stole from @jdblischak (thanks for the idea!)

In grepping to make sure we're not aliasing imports anywhere in this lesson, I noticed that we do from ... import in 09-errors.md, so I took out that syntax there as well. We still do this in 10-supplementary.md, but it's explained there, and supplementary material, so I left it in.

@tbekolay tbekolay added this to the Version 5.3 milestone Apr 30, 2015
@wking
Copy link
Contributor

wking commented Apr 30, 2015

On Thu, Apr 30, 2015 at 07:13:09AM -0700, Trevor Bekolay wrote:

In grepping to make sure we're not aliasing imports anywhere in this
lesson, I noticed that we do from ... import in 09-errors.md, so
I took out that syntax there as well. We still do this in
10-supplementary.md, but it's explained there, and supplementary
material, so I left it in.

I don't feel so strongly about this. I personally like to avoid the
‘from … import …’ syntax, but I don't think it's as crazy as creating
your own local name for a module ;). Removing it does reduce our
syntax load though, so +1 there.

tbekolay added 3 commits May 5, 2015 18:25
It's not necessary in this lesson. In lesson 10, it is used,
but with explanation. No such explanation exist in this lesson.
In a Frequently Argued Issues (FAI) section (idea stolen from John
Blischak).
abostroem added a commit that referenced this pull request May 7, 2015
@abostroem abostroem merged commit 0169f3e into gh-pages May 7, 2015
@gvwilson gvwilson deleted the import-cleanup branch July 8, 2015 21:51
zkamvar pushed a commit that referenced this pull request Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants