Ashok
Ashok's Blog

Ashok's Blog

Follow
homebadges
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

Is our code Cohesive

May 20, 2022

LCOM(Lack of cohesion in methods) measures cohesion of a class. It’s the sum of set of methods not shared via sharing fields and the formula is...

Is our code Cohesive

Discover abstraction

Dec 31, 2021

If your classes are designed this way, you are doing it wrong. You are not reusing the interface. The interface is not specific. These are all...

Discover abstraction