Same question I did myself with HTML/CSS. Do we need those frameworks to do a website?
The question came to me after I did my 3rd bootstrap like architecture for some projects I've been working for. You will end doing something like JQuery in the end, if you want to be organized and want to maintain all in a large team, you end up doing a framework so everyone does the same.
After doing it 4 times, I realized I can use Boostrap and do the same on 1/4 of the requiered time and, avoid the testing phase for many, many things.
Comments
Same question I did myself with HTML/CSS. Do we need those frameworks to do a website?
The question came to me after I did my 3rd bootstrap like architecture for some projects I've been working for. You will end doing something like JQuery in the end, if you want to be organized and want to maintain all in a large team, you end up doing a framework so everyone does the same.
After doing it 4 times, I realized I can use Boostrap and do the same on 1/4 of the requiered time and, avoid the testing phase for many, many things.