PHP Linters I can’t live without them

Applying certain quality standards in our projects is one of the most important issues for us. Linters are one of the most important tools we use for this purpose. This kind of article has probably been written many times. Nevertheless,…

Outdated codebase, new team

There is a big myth in the world of software development. If it works, don’t touch it. Although this statement seems to be very true, this approach harbors many dangers both technically and culturally. In this article, I will evaluate…

Writing Command Line Applications – Tips & Tricks – dry-run

Testing command line applications is not easy. Dry Run, is a testing process usually used for command line applications. Also it allows you to simulate what will happen when you run the command. It’s kinda like running SELECT statement on…