gyanendraknojiya@programming.dev to Programming@programming.devEnglish · 1 month agoProgramming in simple 4 stepsprogramming.devimagemessage-square64fedilinkarrow-up1941arrow-down126
arrow-up1915arrow-down1imageProgramming in simple 4 stepsprogramming.devgyanendraknojiya@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square64fedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up6·1 month agoYes you can use static type hinting and the static type checker (Mypy or Pyright) will catch that. Linters (Pylint) won’t.
Yes you can use static type hinting and the static type checker (Mypy or Pyright) will catch that. Linters (Pylint) won’t.