Explore >> Select a destination


You are here

aakinshin.net
| | akos.ma
12.7 parsecs away

Travel
| | Once upon a time, there was a programming environment made by Microsoft called Visual J++.
| | www.devjoy.com
11.6 parsecs away

Travel
| | Site template made by devcows using hugo
| | druss.co
10.9 parsecs away

Travel
| | C# 6.0 become more asynchronous-friendly than before. Finally, you can use await keyword in catch and finally blocks
| | ismail.badawi.io
88.5 parsecs away

Travel
| Disclaimer: I'm not quite sure who the audience is for this. I guess it's describing a fun little project I put together, but it's also written kind of like a tutorial, so you can maybe follow along. I don't think it's particularly beginner-friendly, though. Some knowledge of Java is assumed, but not much. The code is available on github. Code coverage is a software metric that measures how much, and which parts, of the source code of a program were exercised in a given execution of that program. There a...