Skip to content

Add skeleton files for exercises - #415

Merged
behrtam merged 1 commit into
exercism:masterfrom
pheanex:add-skeleton-files
Mar 12, 2017
Merged

Add skeleton files for exercises#415
behrtam merged 1 commit into
exercism:masterfrom
pheanex:add-skeleton-files

Conversation

@pheanex

Copy link
Copy Markdown
Contributor

No description provided.

Comment threadexercises/linked-list/linked_list.py Outdated


class LinkedList(object):
class LinkedList:

@behrtambehrtamMar 8, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Done

@behrtam

behrtam commented Mar 8, 2017

Copy link
Copy Markdown
Contributor

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
pheanexforce-pushed the add-skeleton-files branch 2 times, most recently from 1fc217c to 3e87228CompareMarch 12, 2017 13:19
@pheanex

Copy link
Copy Markdown
ContributorAuthor

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

@pheanex
pheanexforce-pushed the add-skeleton-files branch from 3e87228 to d38bbc9CompareMarch 12, 2017 13:21
@behrtam
behrtam merged commit de66a31 into exercism:masterMar 12, 2017
Sign up for freeto 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.

2 participants

@pheanex@behrtam