mleku on Nostr: my most unfavourite thing is when javascript guys make a data structure that uses a ...
my most unfavourite thing is when javascript guys make a data structure that uses a string to define a type
because i have to then write code that unmarshals all of that shit into generic forms, and then re-encode it to an actual typed structure
it takes a full screen vertical of code just to do one of these types usually
is there some reason you want to use an array for something?
please, use objects and let me define the type by the fucking object element key name
this is so much more work doing it this way
i remember first bumping into this with nostr filters
like, is there some particularl reason you couldn't have defined that a-zA-Z list of "#<letter>" fields as an actual array, which is what they are?
oh no, we hate nulls, nuls are awful, we prefer to leave them out of the json because reasons
fuck you, and the horse you rode in on
you may not be aware of this, but there is a whole rainbow of bugs that exist because of this kind of idiotic dynamic type definitions, and an incredible amount of processing overhead required to decipher the intent of the programmer
this is why some of us hate OOP languages
because you don't seem to understand that making a computer figure out human intent is absurd
Published at
2024-12-19 17:04:19Event JSON
{
"id": "20e549212f0e80f80897c49328f4669ec140b0c89fa11842c19ca85b55c12c6d",
"pubkey": "4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f",
"created_at": 1734627859,
"kind": 1,
"tags": [
[
"client",
"noStrudel",
"31990:266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5:1686066542546"
]
],
"content": "my most unfavourite thing is when javascript guys make a data structure that uses a string to define a type\n\nbecause i have to then write code that unmarshals all of that shit into generic forms, and then re-encode it to an actual typed structure\n\nit takes a full screen vertical of code just to do one of these types usually\n\nis there some reason you want to use an array for something?\n\nplease, use objects and let me define the type by the fucking object element key name\n\nthis is so much more work doing it this way\n\ni remember first bumping into this with nostr filters\n\nlike, is there some particularl reason you couldn't have defined that a-zA-Z list of \"#\u003cletter\u003e\" fields as an actual array, which is what they are?\n\noh no, we hate nulls, nuls are awful, we prefer to leave them out of the json because reasons\n\nfuck you, and the horse you rode in on\n\nyou may not be aware of this, but there is a whole rainbow of bugs that exist because of this kind of idiotic dynamic type definitions, and an incredible amount of processing overhead required to decipher the intent of the programmer\n\nthis is why some of us hate OOP languages\n\nbecause you don't seem to understand that making a computer figure out human intent is absurd",
"sig": "023b8d46bbf1fade446e8382f84d561cd3d712d631120d69a83748b5f648df0ee5fd83e458eee37cbe5ae59976743d7ac135065d891890fef5ce40d663c11e92"
}