Hi, everyone! I have started my personal blog numerous times in the past, aiming to share knowledge and thoughts about software development, life and various other topics. However, for one reason or another, those attempts have always come to an end. This time, I have made a firm decision to start this blog and view Continue reading “Hello, world! I hope this will be a consistent beginning.”
Category Archives: Blog
PHP note: For Loop Performance
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”
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”