Changes between Version 8 and Version 9 of en/HowToCodeInTerminal


Ignore:
Timestamp:
May 16, 2025, 1:27:07 PM (2 weeks ago)
Author:
Ales Horak
Comment:

edited by hales in edit_page_in_vim.py

Legend:

Unmodified
Added
Removed
Modified
  • en/HowToCodeInTerminal

    v8 v9  
    2121  handy here), change to the same directory on the server and use
    2222  for example:
    23   - one window for source code editing
    24   - one window for running the code and inspecting the results
    25   - one window for running a debug (e.g. via `python -mpbd source.py`)
     23  - one window for source code editing. Do not exit the editor, just save
     24    changes and test in another window.
     25  - one window for running the code and inspecting the results.
     26  - one window for running a debug (e.g. via `python -mpbd source.py`).
    2627  - one window for working with auxiliary files, e.g. edit testing
    27     data
    28 
    29 * if you are curious enough to get to a **terminal pro level**, we suggest to go through the MIT course [https://missing.csail.mit.edu/ The Missing Semester of Your CS Education].
     28    data.
     29* if you are curious enough to get to a **terminal pro level**, we suggest
     30  to go through the MIT course [https://missing.csail.mit.edu/ The Missing Semester of Your CS Education].