Roberto Selbach
Roberto Selbach
Home
Blog
Light
Dark
Automatic
C#
Returns in Go and C#
Whenever someone posts anything related to the Go programming language on Hacker News, it never takes long before someone complains about error handling. I find it interesting because it is exactly one of things I like the most about Go.
Sep 15, 2017
5 min read
C#
,
Go
,
Programming
Casting objects and boxing
I’m back from a trip to a customer. How was it? Okay. I got more snow that I expected on the way there, so the drive wasn’t much fun. Then again, a part of the trip goes through a beautiful forest that was worth everything else.
Mar 30, 2017
5 min read
C#
,
Programming
Clashing method names in Go interfaces
I wrote about how the Go and C# compilers implement interfaces and mentioned how C# deals with clashing method names but I didn’t talk about how Go does it, so here it is.
Mar 11, 2016
2 min read
C#
,
Go
,
Programming
Interfaces in Go and C#
I make no secret of the fact that I love Go. I think it’s a wonderfully designed language and it gave me nothing but pleasure in the years I’ve been working with it full time.
Mar 9, 2016
4 min read
C#
,
Go
,
Programming