Dhaval Singh
Dhaval Singh's Blog

Dhaval Singh's Blog

Follow
Follow
homeAbout MePerformance TuningDebugging AdventuresTalksResourcesnewsletter
Tag

Object Oriented Programming

#object-oriented-programming

More content

Read more stories on Hashnode


Articles with this tag

Enumerable#tally in Ruby!

Oct 11, 20231 min read16 views

Enumerable#tally in Ruby! One of the joys of working with Ruby is uncovering little-known gems that simplify our code and make data exploration a...

Enumerable#tally in Ruby!

Command-Query Separation

Jan 23, 20222 min read6 views

Today i want to talk about a very simple concept "command query separation" which was coined by Bertrand Meyer. Understanding this theoretical concept...

Command-Query Separation

The three valued logic

Jan 9, 20222 min read6 views

I have been written quite a few migrations and reviewed quite a few of them at Anarock Tech. This is one of the most common mistakes I see developers...

The three valued logic