How to write efficient code in spite of heavy deadlines
- by gladysbixly
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?