Is it only me, or is coding getting slower and slower, until a product("a project") is finished?
This question came to me as I saw the "Write a program in 30 minutes":
I thought it is impossible to write a decent piece of code which runs smoothly.
As I am getting older I see on all projects, even simple ones a lot of additional work, to get them into a state where everybody can use them. So you need a lot of error-catching, UI-Design, even texts, so your app can communicate with endusers. Back in the old days(around 1985) it was possible to build something usable in some weeks, maybe months. Today You will spend at least a man-year for developing an robust application which performs a nontrivial task.
Of course, the complexity has increased, but I am just worried about the scaling of application complexity regarding to development time.