i'm searching for a software that would help me visualize my application workflow, and function to function relation.
i'm using codeigniter, and my app is growing bigger and bigger ever day, and as i'm working alone. i'm starting to get schizophrenic !
today i'm a building db models, tomorrow may be view js, and html, day after controllers, etc..
so will all this going around i started to forget how i did this or that.. and i have to go back and forth reading my old code.. along with too many replicated functions that i find every day and have to fix.
Need to :
- Chart application workflow
- Help me visualize my class's methods, and there relations with other class's
I'm currently keeping my docs and charts in an .docx file, which is painful, and doesnt help alot !.
i'm not a prof. developer, its my hobby since childhood. so i have never saw how application design and architecture should be build. instead i just dive in and brain storm !, so i need to grow up ! would appreciate if you can point me on right direction of how i can stop brain storming and move into more prof. way .