Quote of the Week: “What can C# do that F# cannot?”

The F# community quote of the week was from Tomas Petricek in answer to a question on Twitter, see the pic on the right.  What Tomas says is not 100% technically accurate: you can get NullReferenceException (NRE) in F# if you use C# libraries. C#-defined-types+the "null" literal, or some backdoors like Unchecked.defaultof<_>. However what Tomas says does match people’s … Continue reading Quote of the Week: “What can C# do that F# cannot?”

Is Javascript code always so full of bugs?

Slightly off topic... The "debugging options" got turned on in my browser recently. I think this happened when I was debugging some web code in Visual Studio. From this, it's been interesting to see how regularly my web browsing experience is now interrupted by what must surely be outright bugs in Javascript code. Very often … Continue reading Is Javascript code always so full of bugs?