(no title)
thisismyswamp | 2 years ago
Having to "if err != nil" every single function call is a big put off - imagine having to "try catch" everything in a language like C#!
thisismyswamp | 2 years ago
Having to "if err != nil" every single function call is a big put off - imagine having to "try catch" everything in a language like C#!
jen20|1 year ago
AdamJacobMuller|1 year ago
It forces me to think about how my programs can fail and what I should do when they fail.
thisismyswamp|1 year ago