Skip to content

use named tuple for readability and ease of code#60

Open
JonaCodes wants to merge 1 commit intorenatopp:masterfrom
JonaCodes:use-named-tuple-for-attributes
Open

use named tuple for readability and ease of code#60
JonaCodes wants to merge 1 commit intorenatopp:masterfrom
JonaCodes:use-named-tuple-for-attributes

Conversation

@JonaCodes
Copy link

it is easier to read and write attribute.name and attribute.type as opposed to attribute[0] and attribute[1]

@mfeurer
Copy link
Collaborator

mfeurer commented Aug 10, 2017

Thanks for the PR. While I appreciate the PR making the code easier to use, it would be great if you could actually change the rest of the code to actually use the attribute names instead of [0] and [1].

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.

2 participants