From 295040fbec42cc8e453c3865ee0be86e18a3eba2 Mon Sep 17 00:00:00 2001 From: Black Cloud Date: Thu, 18 Aug 2022 16:37:28 -0400 Subject: [PATCH] adding some slander lol --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b32b72f..9c09c01 100644 --- 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 -- 2.25.1