which framework helps in reducing the number of lines of code needed to create a web app?
ruby on rails?
php?
asp.net mvc?
jsp/servlet?
django/python?
I just don’t like typing a lot of code especially if it’s boilerplate. If I can write 10 lines of code versus 100 to get the same results, I think most people would prefer 10…right? So, tell me which web framework will acheive this goal.
I think you can answer this question yourself with this way: Do the get started project.
In my case was:
django/python, why?, see the get started project, will take a 1 or 2 hours to understand/develop/deploy, and not python knowledge required, just a hyperactive open mind.