Friends who often use eclipse must be familiar with the work desk (workspace).
After selecting a table (table of Contents), all the files and interface settings of the operation will be saved. When you re-enter, the last edit state is restored, and you start working quickly.
One of the most important principles of development efficiency can be said to be "avoid switching".
Under normal circumstances, the brain cannot get into real "multithreading." When I am working on a task, the brain is filled with all kinds of information about the task. Suddenly switching to another task, such as being pulled to a meeting or temporarily adding a task, and then going back to the previous task, is definitely a "cold start", which takes a long time to restore the previous working state. And sometimes it needs to be done again.
If there are some software on the computer that can record multiple tasks on the table, is there a mechanism in the brain to implement a multitasking stack?
Because the brain's recording mode is non-linear (divergent), such as you can easily record a jingle, but it is not so easy to write down all the units of the extension number. This point, the computer can be easily done.
My work desk is a tree of information.
The backbone of a tree is a single-threaded task, and whatever it does is the backbone of the process, which processes the information and records and transforms it.
Each branch is a copy of the trunk. Careful observation of the shape of the tree can be found that the trunk is the epitome of the tree, the so-called "fractal Geometry."
The problem is simple, the workbench is the definition of one thing, the next is to repeat and repeat.
Next, there is only one thing to face every day: the different types of information reference to the model for abstraction, memory, and application.
So, the shift of the workbench will change from one branch to another. Only the transformation of the expression form, but not the real change.
Respect the laws of the brain and find the right way to reduce the cost of switching between the Mind (Workbench) and make life easier.
My workbench.