Explore >> Select a destination


You are here

blog.florimondmanca.com
| | blog.derlin.ch
2.3 parsecs away

Travel
| | PEP 563 is activated as soon as you import future annotations. This turns annotations to strings, changing the way we read type information at runtime.
| | adl1995.github.io
1.5 parsecs away

Travel
| |
| | florimond.dev
0.0 parsecs away

Travel
| | Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.
| | sitr.us
21.9 parsecs away

Travel
| I am very excited about Flow, a new JavaScript type checker from Facebook. I have put some thought into what a type checker for JavaScript should do - and in my opinion Facebook gets it right. The designers of Flow took great effort to make it work well with JavaScript idioms, and with off-the-shelf JavaScript code. The key features that make that possible are type inference and path-sensitive analysis. I think that Flow has the potential to enable sweeping improvements to the code quality of countless web apps and Node apps. ...