cain on Nostr: it's been years since c#9 was released and i'm still hesitant to simplify "new" ...
it's been years since c#9 was released and i'm still hesitant to simplify "new" expressions. like fundamentally, i know that
List<string> stringList = new();
is simpler and way less redundant than
List<string> stringList = new List<string>();
but it FEELS wrong, you know? is this what getting old is like
Published at
2024-09-25 06:06:06Event JSON
{
"id": "4cc6fdeafc25a13015a00d8f1533a801ccce5096d4cff5cd78e1d5488b877202",
"pubkey": "240bc9d018988233d97f7e3a94d6caf7a2d68cf98dbe56c9f3285db3de497a52",
"created_at": 1727244366,
"kind": 1,
"tags": [
[
"proxy",
"https://peoplemaking.games/users/cmddx/statuses/113196686797672238",
"activitypub"
]
],
"content": "it's been years since c#9 was released and i'm still hesitant to simplify \"new\" expressions. like fundamentally, i know that\n\nList\u003cstring\u003e stringList = new();\n\nis simpler and way less redundant than\n\nList\u003cstring\u003e stringList = new List\u003cstring\u003e();\n\nbut it FEELS wrong, you know? is this what getting old is like",
"sig": "d01002b229152ee9637a60a24cc69de69a99787eba0fd06aaf7e2c0775877b91305b6103bf11b9a2e546e94768e52fa27a471126d2d751bd3c276cd9f8c1c50d"
}