Are there web frameworks/tools that optimize for speed of development?
- by Ahmet Yildirim
I've been a PHP web developer for about 2 and a half years now. I have started using CodeIgniter framework to shorten development process a while ago. I developed 4 websites using CodeIgniter. It has been really tiring and boring due to code-repetition.
Code repetition was vast on form handling functions in controllers.So in my last project , i developed a general form input handling function.This lead a realisation that it could get even faster by more automation.
What i think i lack in my development is using CRUD & Code Generation tools. But i am wondering if there is any other utilities that shortens development process.
Which web development language or framework more inclined towards code generation utilities?