adding some slander lol master origin/HEAD origin/master
authorBlack Cloud <blackcloud@localhost.localdomain>
Thu, 18 Aug 2022 20:37:28 +0000 (16:37 -0400)
committerBlack Cloud <blackcloud@localhost.localdomain>
Thu, 18 Aug 2022 20:37:28 +0000 (16:37 -0400)
README.md

index b32b72fb99a9a424d22c970c52e8efe0830e69f2..9c09c017551f8793d681e0ac2313ce49f3415003 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,9 @@ And as they say on the blog we will check on how PHP is ~not~ a **predictable, c
 + HORRIBLE DEBBUGING EXPERIENCE [as expressed in this phpsadness post](http://phpsadness.com/sad/44)
 + ... I am done with the nonexisting error handling, there is more on the blog but it will all be tested
 + well, one more thing is that errors and exceptions are not the same so `try/catch` wont with errors and error handlers are not triggered by errors.
-
++ [functions are expensive](https://web.archive.org/web/20170704181231/http://www.phpwtf.org/php-function-calls-have-quite-some-overhead "yes, this is ancient, I know")
++ when calling a function the extra arguments are just ignored and missing arguments are just _NULL_ except with builtin functions where extra arguments raise an error.
++ OOP IS NONSENSICAL (yes, I know I promised no slander but we all saw it coming)
 
 
 ## The analogy