Remove vulgarities.

Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
2023-12-15 09:55:39 +01:00
parent 87b00fcc80
commit a1bac6a5aa
33 changed files with 83 additions and 126 deletions

View File

@ -42,12 +42,12 @@ to have to program the whole thing.</p>
<p>Of course, this is all a matter of opinion, I personally don't mind the
essence of what scripting is, I just don't like the fact that it has
basically no standards, and if it does, the language's interpreter doesn't
enforce them (I believe the HTML & CSS are partly to blame for this, seeing
that the browser often takes care of most errors your so lazy ass doesn't
have to fix them). It's not the computer's (or in this case, the web
enforce them (I believe the HTML &amp; CSS are partly to blame for this, seeing
that the browser often takes care of most errors so you don't have to fix them).
It's not the computer's (or in this case, the web
browser's) to interpret what I mean (even though it is called an
interpreter), its job is to read my code and if something is not standard
or doesn't make sense, it doesn't fix it for me, it gives me a <b>big fat
error in bold red text</b> that tells me "Hey, this code is shitty, you
error in bold red text</b> that tells me "Hey, this code is bad, you
should change that!".</p>