Skip to content

Standard Syntax added.#9

Open
mert-ozkan wants to merge 2 commits intomasterfrom
Assignment13
Open

Standard Syntax added.#9
mert-ozkan wants to merge 2 commits intomasterfrom
Assignment13

Conversation

@mert-ozkan
Copy link
Copy Markdown
Owner

I want the same variable name to mean the same thing everywhere in my code. It makes it easier to read the code later.

I want the same variable name to mean the same thing everywhere in my code. It makes it easier to read the code later.
Copy link
Copy Markdown
Contributor

@yarikoptic yarikoptic left a comment

Choose a reason for hiding this comment

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

seems to be looking neat, but have no clue if works correctly - not a single test?

Comment thread MC/MC.py
key.append(0)
key.append(-2)
else:
key.append(int(trl_dat[4]))
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.

thiis quite cryptic , e.g. why 0 was incorrect and -2 is so much better etc.... leave comments for yourself so later on you could figure out why you did it this way.

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