
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 Morespeaking mind
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 MoreThis 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 MoreAs 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 MoreI made this line following robot with my kid. It was a long pending wish that I could complete in these covid-19 days. We also made a nice track to …
Read MoreCyclomatic Complexity Calculator for PHP http://ars.altervista.org/lint_php/lint_php.php .c, .cpp, .java, .js, .py, .m, .h, .rb, .swift http://www.lizard.ws/
Read More