Startup Idea: Software Tool for Organizing Routines in Coding
this is my second opinion. i write code for applications and i have trouble getting over certain point of being productive which is coming from unable to organize lot of routines that are written in clear and relevant manner, which routines connect to which and at what time they come into use. when changes are made to routines it does not reflect organizational chart i keep, i have to manually change its entries that is very cumbersome, dragging down my productivity many times over. i believe this goes to new programmers as well, after they become proficient in coding and start to tackle larger projects they would face same problems of keeping things organized. particularly when project involve hyperlink type of program structure, non-liner, non-grid type structure. keeping everything in one's head is sort of impossible since project tends to be big to start with.
it would be kind of database but for routines of codes, which clearly show how each routine relates to others and so on. routines are nothing but text files at the moment so it should pose no problems at all. critical part of this would be how to implement showing program structure and making it easy to use, i think. i am too lazy to do it myself, beside too busy coding what i am going after at the moment.