radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
23 stars 2 forks source link

Type annotations support Python codebase enhancement. (REP-4) #70

Open Almas-Ali opened 3 months ago

Almas-Ali commented 3 months ago

Our hole codebase need to refactor as soon as possible before it’s too late. We have to support type annotations before too much unknown bugs encounter.

We will make sure it pass all tests on mypy static checking. Currently, it’s a proposal.

Part of Radon Enhancement Proposal - 4 (REP-4)

Work list:

Nothing more for now here. A huge refactoring needed here.

Update:

angelcaru commented 2 months ago

???

Almas-Ali commented 2 months ago

This is not over yet!! 😐 Still getting issue in my VSCode in strict mode enabled. Every line is Red flagged. We need to fulfil mypy --strict . checking. I don’t want any runtime error in future. Hole codebase need to be secure. Each and every code have to be strictly checked.

We need to do it anyway.

angelcaru commented 2 months ago

no