Ani's Webdev Blog
A learning diary of website development
Topic: clean code
Order: Latest
Order: Oldest
[PHP] Get rid of multi-layered if-else nested conditions
#backend
So after a time learning and practicing, I realized there are some ways to get...
Read
[WordPress] How to make the functions.php less messy
#backend
#featured
Let's improve the readability of...
Read
Code refactoring: When and How
#backend
#featured
In general, code refactoring refers to the process of changing bad codes into cleaner, purposeful,...
Read