IngwiePhoenix on Nostr: I might have grown to hate Go's ```go if err != nil { // Throw stuff here } ``` ...
I might have grown to hate Go's
```go
if err != nil {
// Throw stuff here
}
```
system for handling errors - it feels repetitive, so utterly copy-pasta... But, I still want to do more with it, because the rest of the syntax is super easy to pick up on. o.o
Next target is Rust. Way more complex, but I just gotta Box my knowledge in something nice. :) And hopefuly I don't forget to borrow the space for it...
Published at
2023-09-16 09:31:30Event JSON
{
"id": "0000a2e989afac5ce3674c949014474675f5ae1074db4e142eab9ce8b280c715",
"pubkey": "5e336907a3dda5cd58f11d162d8a4c9388f9cfb2f8dc4b469c8151e379c63bc9",
"created_at": 1694856690,
"kind": 1,
"tags": [
[
"nonce",
"36512",
"15"
]
],
"content": "I might have grown to hate Go's\n\n```go\nif err != nil {\n // Throw stuff here\n}\n```\n\nsystem for handling errors - it feels repetitive, so utterly copy-pasta... But, I still want to do more with it, because the rest of the syntax is super easy to pick up on. o.o\n\nNext target is Rust. Way more complex, but I just gotta Box my knowledge in something nice. :) And hopefuly I don't forget to borrow the space for it...",
"sig": "13249dfbfa51dbcdd927f7d746e734208dca8dd8b322b3e4bde81780023be155ecf8958fe6a415e07a505570f965ac83ebddcbc9719dff188b4012c94521328e"
}