
Awesome Architecture
Awesome architecture is something that – I can build, test, and shop my feature within a week.
– I use data to learn from it and my improved version is live in week two
speaking mind
Awesome architecture is something that – I can build, test, and shop my feature within a week.
– I use data to learn from it and my improved version is live in week two
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 More