Skip to content

[RFC] Typings #106

@Bernardoow

Description

@Bernardoow

Is your feature request related to a problem? Please describe.
This is not a problemn but a just a enhancement to reads of the code.

Describe the solution you'd like
The suggestion is to put the type os variables on the code. This suggestion is follwing the PEP 484 - Type Hints.

Example ->

def plus(x, y): to def plus(x: float, y: float) -> float:

Additional context
https://docs.python.org/3/library/typing.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions