Writing clear code isn’t just about writing code with good syntax – there’s another very important aspect of writing code.
Continue reading
Tag Archives: Clean PHP
Resources for Writing Clean Code
Recently, I have been talking a lot about writing clean code. Instead of me talking more about it, here’s a few other resources that can help you.
Continue reading
My Method Of Organization For New Projects
As I touched on in my post about keeping your code clean, there’s more to coding than just writing good code. It’s also about organizing your scripts efficiently. Here’s my method of organizing scripts.
Continue reading
5 Tips to Keep Your Code Clean
Often times someone will ask me to view some code that they are written and it turns out that it’s a total mess. Here’s a few tips to keep your code clean.
Continue reading