Re: Prototyping Apps --- do you?
Posted: Tue Mar 28, 2023 8:29 pm
Since Stan and I are jostling for bragging rights, I have posted before that in only one instance have I ever formally planned a new stack project. And even in that case, after making a nice flowchart, I simply started dragging controls and writing scripts.
There must be a negative bragging award somewhere.
What was my point? Oh yes. My largest project to date, a seven sub-stack application with 15,000 lines of actual working code, is a lovable nightmare. This is because it started out as a small well-defined gadget that grew horns and a tail.
What was my point? Oh yes.
How does one deal with that in the grown-up programming world, especially with more than one participant. I write alone.
Aren't all large projects similar, in that even a well defined initial functional requirement will soon become ancient history, if not laughably adorable? In my case, I try to modularize new requirements, hence those subStacks. But it is impossible to completely isolate them, and when they eventually must interact with each other, I find myself patching, patching...
Craig
There must be a negative bragging award somewhere.
What was my point? Oh yes. My largest project to date, a seven sub-stack application with 15,000 lines of actual working code, is a lovable nightmare. This is because it started out as a small well-defined gadget that grew horns and a tail.
What was my point? Oh yes.
How does one deal with that in the grown-up programming world, especially with more than one participant. I write alone.
Aren't all large projects similar, in that even a well defined initial functional requirement will soon become ancient history, if not laughably adorable? In my case, I try to modularize new requirements, hence those subStacks. But it is impossible to completely isolate them, and when they eventually must interact with each other, I find myself patching, patching...
Craig