๐Ÿ’ก 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