···27- Use tmux for background jobs, async tasks, or anything you'll come back to it
28 - Run development servers, long running processes you need to audit, run tests in the background, tail logs
29 - Design workflows so they are observable without constant (blocking) babysitting (use tmux panes, logs, log-tail scripts, ...)
30-- Never use em dashes (โ), en dashes (โ), or semicolons (;). Restructure sentences instead. Use periods, commas, or parentheses. E.g:
31- No flowery language
3233## Git
···27- Use tmux for background jobs, async tasks, or anything you'll come back to it
28 - Run development servers, long running processes you need to audit, run tests in the background, tail logs
29 - Design workflows so they are observable without constant (blocking) babysitting (use tmux panes, logs, log-tail scripts, ...)
30+- Never use em dashes (โ), en dashes (โ), or semicolons (;). Restructure sentences instead. Use periods, commas, or parentheses
31- No flowery language
3233## Git