Explore tweets tagged as #Typehints
おぷつな どきゅめんと - code exampleがクリックでコピー可能に - typehintsがsignatureからdescriptionへ
0
0
9
Brilliant session by @maaddae on type hints at #PyHo2025! 🔥 He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting" #PyHo25 #Typehints
0
4
12
🔥 Adopting types in your code can go a long way in helping you get clearer error messages, reduce the amount of bugs and clean up unnecessary DocBlocks. ⚡️ Adopt strict types for maximum type inference. 💡 More dev tips: https://t.co/LhsCAz563J
#PHP #TypeHints #DevTips
3
21
106
Sometimes an IDE editor (even PHPStorm!) does not know which class a variable should relate to. There's an easy way to manually set up this relation though by using what's known as a "typehint". Typehints let your IDE know how which class belongs to which variable.
0
1
7
🔥 Simple typehints and annotations go a long way Even without any docblocks, this code is perfectly understandable by both developers and IDEs Writing code like this: 👉 Prevents bugs using type safety 👉 Makes the code self-documenting 👉 Takes only a few seconds to implement
2
23
69
Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's #python #dataaisummit #dataengineering #programming #python
0
4
16
Node typehints be like... I need a string. Or actually, fuck it, a number. A buffer? OH OK A URL, FINE. But also nothing. Because let's go crazy.
1
0
1
Also, some extra typehints in the Laravel docs would be nice. If the docs would add a typehint to $message, I would immediately know what kind of object it is. A typehint would also provide autocompletion in decent IDEs. Sometimes adding a typehint only has benefits.
3
1
29
PyCharm (@pycharm) surprises me again. This feature is awesome! After you enable this flag and run your tests with a debugger, you can choose "add type hints for function" intention action and it'll probably add type annotations you're looking for! #python #pep484 #typehints
1
4
11
SphinxでTypeHintsの型を自動でドキュメント化する拡張(@tk0miya 作)を試した。 :param <var>: 一切書いてないプロジェクトに適用してもだいぶ嬉しい結果が得られた #sphinxjp #sphinxdoc
https://t.co/Pj0iqUECSb
1
2
13
New post on my #php blog: The Rocket Science Behind Migration of Docblock Types to PHP Typehints #instantupgrade
https://t.co/ALuN2yQLNt
0
2
9
Day 34 of #100DaysOfCode Upgraded the quiz game from day 17 using API from https://t.co/wdAAhVH7Gs and tkinter. Also learnt about TypeHints to help spot potential bugs. Very useful. #CodeNewbie
#WomenWhoCode
0
1
7
@taylorotwell Can’t waste time arguing with people about typehints in a language that has no type annotations.
4
0
22
🔥 Callables can contain typehints if you use invokables. Useful for understandability, static analysis & IDE autocompletion. In this example the QueryCallback can alter or replace a `Query`, making use of an `Entity` object.
0
1
3
Join @kracetheking at #PyConIndia2021 where he will talk about Type Check your Django app. Do Register yourself at https://t.co/SnNZFeMvxI
#Python #Django #typehints #mypy #WebDevelopment #technology #development #Conference #community
0
12
18