-
Keeping up with finitely scrollable GitHub issue pages, here comes this year's slice of the infamous link dump series. #30 #91 #172 #269 #312
Starting with an article that reflects upon *intents* i…
-
There have been many proposals for how to simplify error handling in Go, all based on the general complaint that too much Go code contains the lines
```
if err != nil {
return err
}
```
…
-
1) Projects.json
{
"Zlib":{
"git":[
"https://github.com/madler/zlib"
],
"github":[
"https://github.com/madler/zlib"
…
-
Hi @ncthbrt ! What do you think about railway oriented programming?
Enforcing users to always implement "failure path" looks like an interesting idea to me.
For example, signatures of `fromFunctio…
-
Does not detect change to component on index page
stuut updated
3 years ago
-
http://arthurchiao.art/blog/what-is-an-os-zh/
-
## Dynamo version
(Which version of Dynamo are you using? Go to Help > About if you're not sure.)
Version 1.2
## Operating system
win10
## What did you do?
open a saved file
## What did you expect…
-
**Is your feature request related to a problem? Please describe.**
Since F# 4.1 we have the `Result` type which is nice for railway oriented programming. Compared to the similar `Option 'TError
```
…
-
C# is known for using exceptions everywhere - even in non-exceptional situations.
Add error handling similar to Rust or F# because creating custom exceptions for everything is bad and there's no o…
-
..., but your Medium article mentioned it would be okay to do so. Here goes.
I had a rude realization today. While my Flutter app can connect to Google IoT Core now with all the cryptography bits i…