/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

libcheck.github.io
| | www.synesthesia.co.uk
2.4 parsecs away

Travel
| | "RubyUnit":https://homepage1.nifty.com/markey/ruby/rubyunit/index_e.html Unit testing framework for Ruby
| | loufranco.com
3.4 parsecs away

Travel
| | [AI summary] The article discusses strategies for effectively adding unit testing to old codebases, emphasizing testing before refactoring, while learning the code, and before fixing bugs to ensure reliability.
| | conductofcode.io
2.2 parsecs away

Travel
| | Testing with Local Functions in .NET / C# with your favorite Unit Testing Framework
| | techtldr.com
38.0 parsecs away

Travel
| Few days ago I decided to find a Stopwatch app for my Mac. I went over to the App Store and noticed that there were no good free options available. I thought to myself, how hard would it be to make one with Electron? Turns out, it was very easy. Getting an Electron shell running [...]