💡 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