make comments more polite

This commit is contained in:
2023-08-25 16:52:40 -06:00
parent 457be05cbf
commit c2e4506f8e
+6 -6
View File
@@ -34,12 +34,12 @@
* Re storage: the browser's storage layer for extensions basically stores * Re storage: the browser's storage layer for extensions basically stores
* the data in JSON, so we need a separate type layer to make sure the * the data in JSON, so we need a separate type layer to make sure the
* conversion between the program's internal state and what the browser * conversion between the program's internal state and what the browser
* stores doesn't get fucked up. Despite the fact that JSON is magical fairy * stores doesn't get fornicated up. Despite the fact that JSON is magical
* dust that seamlessly encodes/decodes losslessly to and from any type, I * fairy dust that seamlessly encodes/decodes losslessly to and from any type,
* still am much more comfortable writing it out myself. * I still am much more comfortable writing it out myself.
* *
* *
* FIXME: check bytes or sth for keypair storage to guard against json fuckery * FIXME: check bytes or sth for keypair storage to guard against json fornicateery
* FIXME: versioned storage * FIXME: versioned storage
* FIXME: move some of the AWCP data making functions to the AWCP lib * FIXME: move some of the AWCP data making functions to the AWCP lib
* FIXME: the address_subscribe data scraping nonsense needs to be factored out * FIXME: the address_subscribe data scraping nonsense needs to be factored out
@@ -340,7 +340,7 @@ bi_msg_handler_content
/** /**
* Fucking js block scope rules * Fornicating js block scope rules
* *
* NOOOOOOOO YOU CAN'T DECLARE TWO DIFFERENT VARIABLES WITH THE SAME NAME IN * NOOOOOOOO YOU CAN'T DECLARE TWO DIFFERENT VARIABLES WITH THE SAME NAME IN
* TWO DIFFERENT CASES EVEN THOUGH THEY'RE MUTUALLY EXCLUSIVE * TWO DIFFERENT CASES EVEN THOUGH THEY'RE MUTUALLY EXCLUSIVE
@@ -368,7 +368,7 @@ msg_sign
/** /**
* Fucking js block scope rules * Fornicating js block scope rules
* *
* NOOOOOOOO YOU CAN'T DECLARE TWO DIFFERENT VARIABLES WITH THE SAME NAME IN * NOOOOOOOO YOU CAN'T DECLARE TWO DIFFERENT VARIABLES WITH THE SAME NAME IN
* TWO DIFFERENT CASES EVEN THOUGH THEY'RE MUTUALLY EXCLUSIVE * TWO DIFFERENT CASES EVEN THOUGH THEY'RE MUTUALLY EXCLUSIVE