Topic: clean code

[PHP] Get rid of multi-layered if-else nested conditions

So after a time learning and practicing, I realized there are some ways to get... Read

Code refactoring: When and How

In general, code refactoring refers to the process of changing bad codes into cleaner, purposeful,... Read