단문 연습
단문 연습은 한 줄짜리 코드 스니펫과 터미널 명령어를 빠르고 정확하게 입력하는 모드입니다.
git commit -m "message",
docker run -it --rm,
npm install --save-dev,
kubectl get pods
등 실무에서 매일 사용하는 명령어를 연습합니다.
짧은 텍스트를 반복적으로 정확하게 입력하면 터미널 명령어와 짧은 코드 패턴에 대한 근육 기억(Muscle Memory)이 형성됩니다. 연속 정답(Streak) 시스템으로 집중력을 유지하고, 10줄마다 평균 WPM과 정확도를 확인할 수 있어 자신의 실력 향상을 체감할 수 있습니다. 짧은 시간에 집중적으로 연습하기에 가장 적합한 모드입니다.
Short Text Practice focuses on typing one-line code snippets and terminal commands quickly and accurately.
Practice real-world commands you use daily, such as
git commit -m "message",
docker run -it --rm,
npm install --save-dev, and
kubectl get pods.
Repeatedly typing short texts accurately builds muscle memory for terminal commands and short code patterns. The streak system keeps you focused, and you can check your average WPM and accuracy every 10 lines to track your progress. This is the ideal mode for intensive practice in short sessions.
