Category: PHP/programming
Behat is a great testing tool. Its capabilities are expanding daily due to its extensible extensions platform. I’ve been automating testing for a while now which includes API’s as well. I thought of sharing...
I’ve found in lots of places i’ve worked for, developers don’t quite understand the need for private/protected methods. Why not have all of it public? Why bother thinking about it. I’ve decided to write...
I’ve used SOLID, KISS and bunch of other design principles in my career. They are all great, and serve a diverse world. But i’ve found people to stick to one of these principles a...
Here is a transferable skill. And you’d stand out of the crowd with this knowledge I reckon. Although its very common to work with open source libraries, we rarely ever create our own. Have...
We test so we can have increased confidence in our product that we are about to ship. We have to have it all green and passing. But sometimes when we’re lucky and have designed...
Hey guys, I have been thinking a lot about this. I’ve seen this case too many times when a parent class extended by a child class holds methods common to say 2 out 10...
Recent Comments