Github Copilot makes me dumber
23rd September 2024
Learning a new programming language with Copilot needs to be done with caution. While you may understand the high level concepts, tab to autocomplete is too incredibly easy, and you may not even remember the correct syntax for a for
loop without Copilot. I believe the best approach is to have a convenient shortcut to enable and disable GitHub copilot. Turn it on only when writing boilerplate code. Use chat to explain parts, rather than tab to autocomplete. This way, your skills will remain sharp.