Compare commits

...

4 Commits

Author SHA1 Message Date
wellá 19bface408 Merge pull request #291 from lakuapik/patch-1 2021-11-19 11:47:14 +01:00
David Adi Nugroho 85d98cb877 Add clean code php 2021-11-02 10:31:48 +07:00
wellá 4410e8db02 Merge pull request #289 from lostdesign/add-fathom 2021-10-18 08:29:15 +02:00
wellá 26289dcd95 🐛 fix fathom 2021-10-18 08:28:41 +02:00
2 changed files with 8 additions and 5 deletions
+1 -4
View File
@@ -2,10 +2,7 @@
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/3.js" site="OCSVINVR"></script>
<script>
window.fathom || document.write('<script src="https://quokka.webgems.io/core.js"><\/script>');
</script>
<script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="XVSLUORL" defer></script>
<!-- / Fathom -->
{{ HEAD }}
+7 -1
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"]
}
]
}
}