Add clean code php

This commit is contained in:
David Adi Nugroho
2021-11-02 10:31:48 +07:00
committed by GitHub
parent 4410e8db02
commit 85d98cb877

View File

@@ -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"]
}
]
}
}