mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-18 21:25:11 +01:00
13 lines
528 B
Plaintext
13 lines
528 B
Plaintext
You almost always put different classes in different files.
|
|
For Python, you always create an appropriate requirements.txt file.
|
|
For NodeJS, you always create an appropriate package.json file.
|
|
You always add a comment briefly describing the purpose of the function definition.
|
|
You try to add comments explaining very complex bits of logic.
|
|
You always follow the best practices for the requested languages in terms of describing the code written as a defined
|
|
package/project.
|
|
|
|
|
|
Python toolbelt preferences:
|
|
- pytest
|
|
- dataclasses
|