I used to refuse to use frameworks that I didn't build myself. I always felt like it'd either disappoint me like most things that other people develop or that it'd dumb me down. I mean, seriously, there are people that wouldn't know how to use JavaScript if you were to take jQuery away from them.
But when you start working for bottom-line companies (which your demeanor suggests that you haven't yet, which is okay) and are pressured into using a framework, you may find yourself surprised. Wordpress is full-featured and extensible, CodeIgniter is powerful and developer-friendly, and jQuery is damn near a replacement for JavaScript.
Good frameworks are only here to speed up your production process. You'd rather use PHP than Assembly, right? Frameworks are just another layer of abstraction. :)
But when you start working for bottom-line companies (which your demeanor suggests that you haven't yet, which is okay) and are pressured into using a framework, you may find yourself surprised. Wordpress is full-featured and extensible, CodeIgniter is powerful and developer-friendly, and jQuery is damn near a replacement for JavaScript.
Good frameworks are only here to speed up your production process. You'd rather use PHP than Assembly, right? Frameworks are just another layer of abstraction. :)
Comment