Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Conversation

@lzpap
Copy link
Collaborator

@lzpap lzpap commented Mar 19, 2020

Related Issues

#308, #317

Description

Introduce type annotations to enhance code readability and help static type checking and code analysis tools (mypy, PyCharm, etc.).

  • Remove type hints.
  • Annotate method arguments and return value.
  • Follow PEP-484 and PEP-8.

- Remove type hints.
- Follow PEP-484 and PEP-8.
Copy link
Contributor

@todofixthis todofixthis left a comment

Choose a reason for hiding this comment

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

LGTM w/ questions+suggestions+thoughts.

Copy link
Contributor

@todofixthis todofixthis left a comment

Choose a reason for hiding this comment

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

LGTM w/ questions+suggestions+thoughts.

lzpap and others added 2 commits March 20, 2020 11:18
Co-Authored-By: Phoenix <todofixthis@users.noreply.github.com>
@lzpap lzpap force-pushed the type_annotations branch from c7e5619 to 0e609ad Compare March 20, 2020 11:16
@lzpap lzpap merged commit 07f9a86 into iotaledger-archive:develop Mar 20, 2020
@lzpap lzpap mentioned this pull request Mar 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants