Rewriting software using Agile methodologies
        Posted  
        
            by 
                Asier
            
        on Programmers
        
        See other posts from Programmers
        
            or by Asier
        
        
        
        Published on 2012-10-31T22:51:45Z
        Indexed on 
            2012/10/31
            23:16 UTC
        
        
        Read the original article
        Hit count: 246
        
Suppose you have to rewrite an entire application using Agile methodologies, how would you do it?
I guess you could write a big bunch of user stories based in the behavior of your current system. And then implement them in small iterations. But this wouldn't mean that we have the requirements UP FRONT??
Also, when would you start releasing? Agile says we should release early and often, but it doesn't make much sense to release before the complete rewrite has been completed.
Anybody has used Agile before to rewrite software? How did you do it?
© Programmers or respective owner