Hacker News new | ask | show | jobs
Show HN: Mltype – Typing Practice for Programmers (github.com)
3 points by JanKp 2053 days ago
1 comments

An interesting idea. But in reality people use IDE's features to write templated chunks of code. Like if you write "for", you will have a completion that prompts you to "for i := 0; i < ...".
Thank you for the comment! Personally, I try to use pure VIM with no autocomplete:). However, point taken!