Tag: clean code

Importance of correct naming
I am putting my experience about importance of correct naming. I feel correct naming is the key in deciding object’s responsibilities (methods, variables). Developers frequently hear that “not to spend …
Read More
Composition vs Inheritance
This article will help us to understand when to use composition and when to use inheritance. Most of the cases composition is preferred over inheritance. Inheritance Composition IS-A Relationship Has-A …
Read More
Code Smells & Refactoring Those Smells
Here is the copy of my presentation at Utah PHP Usergroup. Topic: Code Smells & Refactoring Those Smells Date: 10/17/2019 Meetup: https://www.meetup.com/Utah-PHP-User-Group/events/wvcsvqyznbwb/ Slide Deck Code Smells & Refactoring Those Smells …
Read More
Code Smells – Code that stinks
Read the below line and if you get some feeling near your nose, that’s code smell. Hello Everyones, Todays is a great day. I is happy because we are learning …
Read More