About a year ago I started to writing code “BUT NOT JUST FOR WRITING IT”, I focused on to trying to fully understand what I’m about to write, in the whole software life cycle and I was giving attention to the performance, speed, and clean code. So I was trying to improving my “PHP For Continue reading “PHP note: For Loop Performance”
Category Archives: Blog
About code smells
In software engineering field you are probably heard about “Code Smell” before right?, the name comes from Martin Fowler and Kent Beck. So let me explain a little about this concept.What is and for what code smell? Code smell in software engineering point on sick code in the deep system of an software, simply is Continue reading “About code smells”