小さなコードチャンクで作業する
より少ないコンテキストで小さなコードの断片を扱うことで、GitHub Copilot の出力の品質が向上します。
Description
Example
```python
def complex_calculation(n):
# Ask GitHub Copilot to complete this function# Just write your code description by yourself
class complex_calculation:
def __init__(self, n):
self.n = n
def foo_calculation(self):
# Ask GitHub Copilot to complete this function
def bar_calculation(self):
# Ask GitHub Copilot to complete this functionExercise
Checklist for Further Learning
Last updated