AlexIT@programming.dev to Programming@programming.devEnglish · 1 year agoWhy I Prefer Exceptions to Error Valuescedardb.comexternal-linkmessage-square45fedilinkarrow-up167arrow-down111
arrow-up156arrow-down1external-linkWhy I Prefer Exceptions to Error Valuescedardb.comAlexIT@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square45fedilink
minus-squareskulbuny@sh.itjust.workslinkfedilinkEnglisharrow-up4·1 year agoLook at gleam and elixir. Both are functional. Both use exceptions, but both also use error values as well. There is no reason why we can’t have both.
Look at gleam and elixir. Both are functional. Both use exceptions, but both also use error values as well. There is no reason why we can’t have both.