Explore >> Select a destination


You are here

mattsencenbaugh.com
| | blog.schauderhaft.de
11.7 parsecs away

Travel
| | At the beginning of the year I had a little twitter discussion about TDD. It started of as a request for some documentation about TDD.But after some back and...
| | builtin.com
8.7 parsecs away

Travel
| | What is software engineering? It is a field directly related to computer science, where engineers apply systematic and disciplined methods to the development, operation and maintenance of software.
| | anthonysciamanna.com
11.6 parsecs away

Travel
| | Developers new to unit testing often end up with large, brittle, and confusing tests. These kinds of tests typically expose underlying issues with the cod...
| | sitr.us
69.2 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. ...