错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Using ChatGPT As Your Python Pair-Programmer

  • Lydia Evelyn,
  • Bruce Hopkins

摘要

I’m a big fan of some of the practices of XP (eXtreme Programming) and especially pair-programming. No matter what flavor of pair-programming that you prefer, it involves two engineers sitting down at the same screen and solving the same problem together. One of the biggest benefits that you get is a fresh set of eyes on a problem, and of course, you now have two engineers who have “touched” the codebase instead of one. Sometimes you can have one engineer write the code and the other write the tests and the comments. No matter how you slice it, it’s all good stuff.