From 392c83db6e611bc21589710d8511d8a1670bf21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Thu, 10 Sep 2020 16:54:02 +0200 Subject: [PATCH] Update php.json --- resources/php.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/resources/php.json b/resources/php.json index 4ac2fec..4b6985d 100644 --- a/resources/php.json +++ b/resources/php.json @@ -67,6 +67,18 @@ "desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.", "url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808", "tags": ["slides", "readability", "rules"] + }, + { + "title": "Treating PHP Delusions", + "desc": "This site is dedicated to PHP programming language and its proper use, with the focus on disproving various delusions and superstitions.", + "url": "https://phpdelusions.net", + "tags": ["mistakes", "delusions"] + }, + { + "title": "PHP The Wrong Way", + "desc": "In the world of PHP programming, a set of trends are massively being propagated by some people (in their books and on websites) as “Modern PHP” while all other approaches are frowned upon as backward, stupid, or just plain wrong.", + "url": "https://phpthewrongway.com", + "tags": [] } ] -} \ No newline at end of file +}