Show HN: Mltype – Typing Practice for Programmers(github.com)
github.com
Show HN: Mltype – Typing Practice for Programmers
https://github.com/jankrepl/mltype
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!