How to "back track"?
        Posted  
        
            by 
                esqew
            
        on Programmers
        
        See other posts from Programmers
        
            or by esqew
        
        
        
        Published on 2011-11-22T03:50:36Z
        Indexed on 
            2011/11/22
            10:26 UTC
        
        
        Read the original article
        Hit count: 362
        
project-management
|language-agnostic
I find that I start projects and, due to my lack of experience, find that old database structures and huge blocks of code are inefficient and memory-costly. However, by the time I realize a re-design of the entire project is needed, the project has grown to such a size that it is simply too late to go back and modify the project in its current state and requires a completely new project file and the whole shebang.
How should I prevent ruts such as this one, where it is too late to go back and modify the current project to fit specifications modified far down the road from the creation of the project?
(Apologies in advance for confusing grammar, it's been a long day here... as you can probably tell.)
© Programmers or respective owner