Wayne Werner on Nostr: npub17m4yk…p2ql6 two words of advice here: - is this a mutable object? Do I want a ...
npub17m4yk40n0m5uzws4v223mtpuka3kzyz87a8ju0qsx9hmah8e5uds9p2ql6 (npub17m4…2ql6) two words of advice here:
- is this a mutable object? Do I want a copy or to mutate it?
- is this a generic action to take on things?
Like:
I have a string that I want a sorted version. Strings are immutable so I need to sort(some_text)
I have a list of strings that I want sorted, but I don't care about original form. It's mutable so, so some_strings.sort()
Aside: "wrap in a function" is a different kind of phrase!
Published at
2024-11-12 10:07:24Event JSON
{
"id": "578498bbc71fdecf7e520f949b6b1f22dd22104540b9fbd3dd998fe6865f2b0a",
"pubkey": "bc2546eab9a3acd9d16e6c09fe257dca5084e9068b7150fcd59da03e5292d21b",
"created_at": 1731406044,
"kind": 1,
"tags": [
[
"p",
"f6ea4b55f37ee9c13a1562951dac3cb763611047f74f2e3c10316fbedcf9a71b",
"wss://relay.mostr.pub"
],
[
"p",
"603d8f0ab17459820f2c5ebfb5b48d0a2dbdefa5e89afde2a095b09cb94aeafb",
"wss://relay.mostr.pub"
],
[
"e",
"1ef89b8b00efd438ed1a5f890cebdb58f42ab17c242357ce4cf5996ddb272bb3",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://fosstodon.org/users/ketmorco/statuses/113469426560039882",
"activitypub"
]
],
"content": "nostr:npub17m4yk40n0m5uzws4v223mtpuka3kzyz87a8ju0qsx9hmah8e5uds9p2ql6 two words of advice here:\n\n- is this a mutable object? Do I want a copy or to mutate it?\n- is this a generic action to take on things?\n\nLike: \nI have a string that I want a sorted version. Strings are immutable so I need to sort(some_text)\n\nI have a list of strings that I want sorted, but I don't care about original form. It's mutable so, so some_strings.sort()\n\nAside: \"wrap in a function\" is a different kind of phrase!",
"sig": "61090ca0659ecefe8e979c4efc03509981ad90ba4e30993446253f15975e0393d6980a1c07d9ea0e9a834c40e59c170891d4befb4ebf9cf8b5f4a18909d07849"
}