I want to increase the efficiency of my work. I noticed that I often do this:
- I am writing code in the IDE
- I open Notepad ++ for writing cmd-script or python-script
- I open cmd.exe
- I watch the results in the console and repeat the cycle
I note that the scripts are different and each time custom. Scripts solve various tasks from collecting any statistics and analyzing logs to testing and generating test data. And returning to work in the next. since these scripts can lose relevance and others are being written.
Can this be improved?
I agree that tests can be issued in the form of unit-tests or tools with a connection in the form of post-build-events, but not all tests need to be made out in this form. Sometimes it is just a necessity for this “session of work” and after it is finished, then after returning to the next time they (tests), as a rule, lose their relevance.
UPD: Now I miss the console in NetBeans. Because of its absence, I have to press Win-R -> cmd.exe. This "breaks" the entire session , because distracted.
PS: How to create tags, but I do not know how and therefore I can not relate the question to the desired subject
Метки
field when you create a question. - Nofate ♦