
attractive, usable web applications
Richard's Blog - Design, coding and life in Japan
Agile Practices
Refactor not Rebuild your Web App!
Submitted by Richard on Thu, 10/29/2009 - 10:29Having been involved in large website/web app development, when there are frustrations in the present system it is always tempting to say lets rebuild it.
But let's rethink this. Of course sometimes there is code there that you are embarrassed to show others, of course it could look prettier on the outside and in. It is easier to write code than to read it - especially other developers.
But bear this in mind:
Tags:
Clear Up Your Junk!
Submitted by Richard on Tue, 10/13/2009 - 11:30 Doing work for a bunch of different companies and covering their legacy systems even looking back at my own legacy systems, I see a ton of folders and files with "_bak" or the like added to the file name, or even "unused". This creates so much wasted time and effort trying to clean these up, find out why, is it still needed. That is exactly why we need efficient agile practices and version control in place. Test the code, put it in version control, create a test branch if necessary, but for goodness sake stop me having to deal with these stupid bloody things.Tags:
Recent Blog Posts
- Doctrine 2 and why you should use it! 29th Jul 10, 15:23
- How to localize your main blog listing page using Drupal 26th Jun 10, 11:46
- Creating Rails like template helpers in Django 24th Jun 10, 22:01
- Error: No module named messagesdjango.contrib.contenttypes 22nd Jun 10, 22:00
- Creating multiple blocks easily in a Drupal module pt2 8th Jun 10, 14:12