๐ก GitHub copilot - Why you should install and then disable it
โ Idea
Write a blog post about my experience with GitHub copilot:
- Is actually great and increases productivity:
- helps to understand unknown frameworks
- generates great helper functions
- many spot on recommendations
- Cons:
- promotes verbose codes
- Makes you think less (โiโll not think right now, ghc will solve thisโ)
- Feels like the brain devolves and becomes lazy
- Promotes โsolution searching rushโ
- = quickly looking for solutions, not thinking through possible candidate solutions completely because one rushes to the next one after a few seconds