Simple vs Complex (but performance efficient) solution - which one to choose and when?
- by ManojGumber
I have been programming for a couple of years and have often found myself at a dilemma.
There are two solutions -
one is simple one i.e. simple approach, easier to understand and maintain. It involves some redundancy, some extra work (extra IO, extra processing) and therefore is not the most optimal solution.
but other uses a complex…