Category: Programming

  • [Code Review] Abstraction Class and Interface

    It is very common to face duplicate codes that is likely to be refactored by adding some abstraction. Let’s see what I have been advised from our senior developers regarding with the abstractions. AS-IS Code Example As seen from the above snippet, you can see there is a chance to…