I've reading about design patterns lately and when planning my next application - I'd like to choose a good design pattern that would enable me to test my app's component easily and thoroughly.
Most design patters separate the data, business logic , and UI layers, that's clear but I'm getting a bit swamped with the nuances and details of each pattern and I'm a difficult time to choose the right one.
any suggestions?
I would suggest using builder pattern.
RépondreSupprimer