5 ms·
The biggest reasons for me to use the clean architecture are faster testing (most logic is in functional code) and most changes having impact in a small number
by niels_bom 2y ago
The biggest reasons for me to use the clean architecture are faster testing (most logic is in functional code) and most changes having impact in a small number of files only.