Como utilizar o Type aliases do Kotlin para facilitar o Design de Código
No último ano pude trabalhar em diferentes projetos que utilizaram Kotlin como linguagem principal,...
Tag archive
No último ano pude trabalhar em diferentes projetos que utilizaram Kotlin como linguagem principal,...
Usually, in the more useful object oriented tips the focus is more on improving the inheritance...

On programming language the term inheritance comes with same idea as the real world, this concept...
I guess, you have happened upon the "SOLID" principles, while surfing Object Oriented Programming...
I provided a brief introduction to coupling in part 1. This article is specifically aimed at coupling...
Let's clear some fundamentals. Hi, devs, You might be calling any function as a method or a...
When you are asked what a car is. The likely answer is that a car is an object that have four...
Switch statements are often considered code smells and should be avoided The...

Image by: Vishnu R Nair @vishnurnair I want to share in this post my recent studies with PHP, more s...

Object-oriented (OO) and functional programming (FP) are the two most popular programming paradigms i...
Any Rubyist should read and study Practical Object Oriented Design, An Agile Primer Using Ruby (POODR...
In the middle of learning Domain Driven Design, I attempt to convert to Functional Programming.