From 85d98cb877312a78f57c7d119b6a34cf7c9d5396 Mon Sep 17 00:00:00 2001 From: David Adi Nugroho Date: Tue, 2 Nov 2021 10:31:48 +0700 Subject: [PATCH] Add clean code php --- resources/php.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/php.json b/resources/php.json index 4ac2fec..aab663c 100644 --- a/resources/php.json +++ b/resources/php.json @@ -67,6 +67,12 @@ "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": "Clean Code PHP", + "desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for PHP.", + "url": "https://github.com/jupeter/clean-code-php", + "tags": ["book", "guide", "rules", "standards"] } ] -} \ No newline at end of file +}