gyanendraknojiya@programming.dev to Programming@programming.devEnglish · 5 months agoProgramming in simple 4 stepsprogramming.devimagemessage-square60fedilinkarrow-up1941arrow-down126
arrow-up1915arrow-down1imageProgramming in simple 4 stepsprogramming.devgyanendraknojiya@programming.dev to Programming@programming.devEnglish · 5 months agomessage-square60fedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up6·5 months 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.