Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Curl documentation bans the word 'very' (mastodon.social)
10 points by keyboardJones 50 days ago | hide | past | favorite | 4 comments


For full list of words see:

https://github.com/curl/curl/blob/master/.github/scripts/bad...

Not swear words or DEI. Mostly sane substitutions e.g. fixing hyphenations and expanding apostrophes. Only oddity I thought was enforcing favor instead of favour.

Comments suggest banning "just" too.


The file is called badwords.txt but that seems like a sub-optimal descriptor. It looks to be a substitution list word:replacement suggestion. Not really a ban.

Then from [1]

    print STDERR  "$f:$l:$c: error: found bad word \"$w\"\n";
    printf STDERR " %4d | %s\n", $l, $in;
                printf STDERR "      | %*s^%s\n", length($p), " ",
                    "~" x (length($w)-1);
    printf STDERR " maybe use \"%s\" instead?\n", $alt{$w};
[1] - https://github.com/curl/curl/blob/master/.github/scripts/bad...


Well I guess that's a rephrase using an alternative word sensible thing to do.


404




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: