How to write efficient code despite heavy deadlines

Posted by gladysbixly on Programmers See other posts from Programmers or by gladysbixly
Published on 2011-03-07T20:15:59Z Indexed on 2011/03/08 8:18 UTC
Read the original article Hit count: 209

Hi all,

I am working in an environment wherein we have many projects with strict deadlines on deliverables. We even talk directly to the clients so getting the jobs done and fast is a must.

My issue is that i'd always write code for the first solution that comes to my mind, which of course I thought as best at that moment. It always ends up ugly though and i'd later realize that there are better ways to do it but can't afford to change due to time restrictions.

Are there any tips by which I could make my code efficient yet deliver on time?

© Programmers or respective owner

Related posts about best-practices

Related posts about self-improvement