Anyone seen software that does this.
Posted: Fri Aug 07, 2009 10:37 am
by Carl Ranson >> Thu, 2 Mar 2000 2:57:42 GMT
One more observation about the way we (or is it I) work as software developers.
It seems that I often have a given set of methods/classes open (lets use the term "Work Context") and discovering that I need to branch off for a moment and check/modify something else.
My work habit seems to be concentration on one area of the system with frequent short checks or changes to other parts of the system.
Many of the suggestions I have made here are about reducing the need for the developer to "switch contexts", flyover help - higher level of visibility for attributes/methods etc, but I don't think they can be eliminated completely. It might be nice if I could "park" or "stack" the existing context, investigate whatever it is I need to check, and get back to where I was.
Its certainly not handled well by a MDI interface which even Microsoft is abandoning, these days.
Does anyone know of software that employs this paradigm or something similar ?
Thanks,
CR
One more observation about the way we (or is it I) work as software developers.
It seems that I often have a given set of methods/classes open (lets use the term "Work Context") and discovering that I need to branch off for a moment and check/modify something else.
My work habit seems to be concentration on one area of the system with frequent short checks or changes to other parts of the system.
Many of the suggestions I have made here are about reducing the need for the developer to "switch contexts", flyover help - higher level of visibility for attributes/methods etc, but I don't think they can be eliminated completely. It might be nice if I could "park" or "stack" the existing context, investigate whatever it is I need to check, and get back to where I was.
Its certainly not handled well by a MDI interface which even Microsoft is abandoning, these days.
Does anyone know of software that employs this paradigm or something similar ?
Thanks,
CR