
Pure functions in php
As per wiki, pure function is the one with following characteristics: Its return value is the same for the same arguments (no variation with local static variables, non-local variables, mutable …
Read Morespeaking mind
As per wiki, pure function is the one with following characteristics: Its return value is the same for the same arguments (no variation with local static variables, non-local variables, mutable …
Read MoreHere 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 MorePDF Copy of my meetup presentation Code Smells & Refactoring Those Smells
Read MoreWorking with big methods is always hard. Usually big methods are breaking most of the design principles. But most importantly it’s an indication that the method is breaking single responsibility …
Read MoreRead 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