Explore >> Select a destination


You are here

codeblog.jonskeet.uk
| | blog.cdemi.io
9.2 parsecs away

Travel
| | One of the features being discussed for introduction in C# 8.0 is Nullable Reference Types. A proficient C# Developer might say "What?! Aren't all reference types nullable?"
| | kevinmontrose.com
9.3 parsecs away

Travel
| | In the previous post I went over how Cesil has adopted all the cool, new, C# 8 things - except for the coolest new thing, nullable reference types. C#'s answer to the billion dollar mistake, I treated this new feature differently from all the rest - I intentionally delayed adopting it until Cesil was fairly...
| | killalldefects.com
7.0 parsecs away

Travel
| | Null reference exceptions are one of the most frequent errors encountered in.NET applications. As powerful as the framework is, it's built around a core assumption that reference types can point to null, so any code that works with a reference type needs to either know already that the object is ...
| | logr.cogley.info
34.7 parsecs away

Travel
| I usually use the static site generator called Hugo, but I am interested in this SSG called «elm-pages», which is a smart collection of elm scripts with sane defaults for site generation. ??