Python Forum
Type Hinting - who's using it?
Poll: How much are you using type hinting?
You do not have permission to vote in this poll.
Not at all
50.00%
3 50.00%
A little
33.33%
2 33.33%
A lot
16.67%
1 16.67%
Total 6 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Type Hinting - who's using it?
#8
TypeHints helps me to recognize the API.

I don't use them in short scripts, but if the code is on different modules, I use them.
PyCharm will detect the use of TypeHints and will warn you, if you have chosen the wrong type.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
Type Hinting - who's using it? - by micseydel - Feb-03-2020, 09:50 PM
RE: Type Hinting - who's using it? - by Larz60+ - Feb-03-2020, 10:39 PM
RE: Type Hinting - who's using it? - by metulburr - Feb-04-2020, 12:16 AM
RE: Type Hinting - who's using it? - by snippsat - Feb-04-2020, 01:37 PM
RE: Type Hinting - who's using it? - by micseydel - Feb-04-2020, 10:08 PM
RE: Type Hinting - who's using it? - by Larz60+ - Feb-04-2020, 10:39 PM
RE: Type Hinting - who's using it? - by wavic - Feb-05-2020, 11:51 AM
RE: Type Hinting - who's using it? - by DeaD_EyE - Feb-05-2020, 12:19 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020