At the era of 21st century the programmer's has actually nothing to do! I'm really wonder about the questions which we're asking here in SO. Say like if I'm working in iOS development, and I'm facing a problem of UINavigation that I've problem in pushing a view. I've searched for it and google point me to the answer (a question was already asked a day, or a week, or a month, or even year ago). I get the answer and put it in my code, it would working fine. Here my point is, we're working in the platform which is working on behalf us to create and make applications. How tough it was for the developeres from Apple (or any platform we're widely using) for developing of those easy to use push syntax. Ultimately what 're we doing? We working in the platform and follow the syntax rules. The backend code by the platform developers even more tough and complex to make it as easy as possible!
Now at the point of this question! Even I'm facing the same, that, I was fast in programming in my school time. And now what's wrong? We're not taking it seriously, Doing pranks during working, Can't understand the problem?, bugs solving & solving & solving...? What's the actual problem that we're stuck in, & will late in programming?
With these kind of powerful IDEs (like XCode, Visual Studio, or any other) we should be able to make application even faster than we made it before, right? Then why we're late???
The errors are more clear and point to the exact line from where it raised. Powerful compiler points in syntax errors or waring during programming time only. With iOS 5 (for iOS Developers) ARC architecture even taking care of memory-management which was one of the toughest task before.
Still we're slow? hmmm. What should be the reasons?
Common cases I found :
- We're starting development without knowing the actual problem (or concept / flow) of app!
- We don't giving proper deadlines to our superiors (or direct to client) about the completion of application
- Because of not proper deadline, and to working on deadline application, we make mistakes!!
- Taking 1st point, after some development of application, client will tell that its not in flow!!
- Our project will not meet deadline because of lack of research in 1st point.
- If all goes well, we're not testing the function of app. We depends on testers (if we've) that they should raise some bugs that we'll solve. Isn't it?
- If we do good test from our side before giving it for testing, it'll less chances of bugs from tester (less bugs will feel you good, and programming will take hike, Of course!!:)).
- There's always multiple solutions can be available for a problem, R&D (Research & Development) scenario will give you best solution from those !! It'll less your time.
- Working on flow, is one of the important of these all scenarios, so development should be in flow. If you're developing alone this should be follow.
- Check for the complex function of your app first. Which need more R&D and you know its not done by you easily. So you should be aware of each function of your application.
- Developing can be even faster, if you've developed a template. Which can be use in everywhere!
- Don't do the same code twice !!
- Following the oops concepts will always lead you to best development (No one following this entirely, even I, but at least taking care is good).
- Last but not least, a well rest & healthy food will boost up your mind!! Take a good rest always before working !! It'll make you mentally strong for any problem you'll facing during development.
These points can't boost you up! Its only on you! But probably less the time & cost of development a bit at some point.