Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add skeleton files for exercises #415

Merged
merged 1 commit into from
Mar 12, 2017

Conversation

pheanex
Copy link
Contributor

@pheanex pheanex commented Feb 16, 2017

No description provided.



class LinkedList(object):
class LinkedList:
Copy link
Contributor

@behrtam behrtam Mar 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we support Python 2 & 3 we should subclass from object to have new style classes in both versions. That goes for all other cases as well. Apart from that this is good to go.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@behrtam
Copy link
Contributor

behrtam commented Mar 8, 2017

You could also use one of the available keywords (https://help.github.com/articles/closing-issues-via-commit-messages/) in your commit message to auto close issue #272 when this gets merged.

@pheanex pheanex force-pushed the add-skeleton-files branch 2 times, most recently from 1fc217c to 3e87228 Compare March 12, 2017 13:19
@pheanex
Copy link
Contributor Author

pheanex commented Mar 12, 2017

Ah thank you for the keyword tip. I forgot about that one :-)

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.

None yet

2 participants