Changes between Version 4 and Version 5 of en/HowToCodeInTerminal


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

edited by hales in edit_page_in_vim.py

Legend:

Unmodified
Added
Removed
Modified
  • en/HowToCodeInTerminal

    v4 v5  
    1717  for example:
    1818
    19   - one window for source code editing
    20   - one window for running the code and inspecting the results
    21   - one window for running a debug (e.g. via `python -mpbd source.py`)
    22   - one window for working with auxiliary files, e.g. edit testing
    23     data
     19    - one window for source code editing
     20    - one window for running the code and inspecting the results
     21    - one window for running a debug (e.g. via `python -mpbd source.py`)
     22    - one window for working with auxiliary files, e.g. edit testing
     23      data
    2424
    2525* 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].