Programming-Coding Design

less than 1 minute read

Let’s improve our coding design.

SOLID Principle

Methods Design

When designing methods, you should return the most specific type and accept the most generic one.

Quick Sort Algorithm