CACarlos A Loaiza Oinlitos.hashnode.dev·Feb 18 · 1 min readTip: Use AI to refactor one small function at a timeWhen you ask an AI to “refactor my project,” it usually gets lost.[dev]Instead, copy just one function or method, paste it into the prompt, and ask for a refactor with very specific constraints, for example: “Refactor this function to be more reada...00
CACarlos A Loaiza Oinlitos.hashnode.dev·Feb 16 · 1 min readTerminal New LineCtrl+J (or Ctrl+V followed by Ctrl+J) inserts a literal newline character into your current command line in the terminal without executing it. This is handled by the readline library in shells like Bash or Zsh on macOS. Ctrl+J alone may submit the l...00