Explore >> Select a destination


You are here

blog.martincowen.me.uk
| | ponyfoo.com
4.8 parsecs away

Travel
| |
| | www.artima.com
5.2 parsecs away

Travel
| |
| | www.ahalbert.com
4.8 parsecs away

Travel
| | [AI summary] A software engineer reviews the 20th anniversary edition of The Pragmatic Programmer, highlighting its updated advice on coding standards, debugging, concurrency, and team dynamics.
| | sitr.us
20.5 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. ...