7 ms·
Not having exceptions doesn't seem like an advantage. My experience with either tough me that some infrastructure error are better as exceptions. Kotlin handli
by thuridas 1y ago
Not having exceptions doesn't seem like an advantage. My experience with either tough me that some infrastructure error are better as exceptions.
Kotlin handling of nulls is probably the most elegant. And you do not need. Net. When you want 20 pods in kubernetes you probably want some alpine image instead of windows
- CharlieDigital 1y agoC# runs fine on Alpine. https://learn.microsoft.com/en-us/dotnet/core/install/linux-alpine?tabs=dotnet9 https://learn.microsoft.com/en-us/dotnet/core/install/linux-... Welcome to 2025.
- zdragnar 1y agoYou can have your cake and eat it too with dotnet core on Linux if we're talking remote / web servers.
- akkad33 1y agoF# has exceptions though
- banashark 1y agoAs noted in another sibling comment, f# has exceptions and they're a good tool to use. Some folks opt to go full "railroad-oriented programming" mode, but using both has more benefits. Here is a good article on it: https://medium.com/@lanayx/practical-error-handling-in-f-c3c423e4151f https://medium.com/@lanayx/practical-error-handling-in-f-c3c...