/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.thedigitalcatonline.com
| | nikoheikkila.fi
4.0 parsecs away

Travel
| | How can we improve the developer experience in writing tedious browser-based tests?
| | www.codesimplicity.com
3.8 parsecs away

Travel
| | Much like we gain knowledge about the behavior of the physical universe via the scientific method, we gain knowledge about the behavior of our software via a system of assertion, observation, and experimentation called "testing." There are many things one could desire to know about a software system. It seems that most often we want to know if it actually behaves like we intended it to behave. That is, we wrote some code with a particular intention in mind, does it actually do that when we run it? In a sense, testing software is the reverse of the traditional scientific
| | anthonysciamanna.com
4.9 parsecs away

Travel
| | I've often heard developers declare that unit testing doesn't work only to discover a test suite full of complex, brittle, and unmaintainable tests. Fortu...
| | markdalgleish.com
34.6 parsecs away

Travel
| One of the great things about working in a Node.js environment is that it encourages you to break your work down into discrete modules. Separating ...