Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

Conversation

@azze-r
Copy link

@azze-r azze-r commented Apr 15, 2016

No description provided.

code_point = args[0]
return 0 <= code_point <= 0x10ffff
# args[0] => code_point
return 0 <= args[0] <= 0x10ffff
Copy link
Owner

Choose a reason for hiding this comment

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

I don't understand the purpose of this change. It makes the code less readable. The fact that you added a comment means that the code is unclear. I consider that if the code is clear enough, it doesn't require a comment.

Your commit message says "Elimination of unused variables", but it's wrong: the variable is used.

@azze-r azze-r closed this Apr 18, 2016
@azze-r azze-r reopened this Apr 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants