Explore >> Select a destination


You are here

blog.samibadawi.com
| | blog.ploeh.dk
3.1 parsecs away

Travel
| | Combine a strong type system with Property-Based Testing to specify software.
| | pointersgonewild.com
1.1 parsecs away

Travel
| | Static vs Dynamic: Why not Both?
| | blog.darklang.com
2.6 parsecs away

Travel
| | And their influence on Dark After two decades of coding professionally in a dozen languages, I've come to a conclusion about static and dynamic types: * Static types help you ensure that your changes work, especially for changes that span large parts of the program. This leads to long-term productivity
| | sitr.us
24.3 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. ...