Skip to content

Commit e1d585e

Browse files
Update sources/platform/actors/development/quick_start/vibe_coding.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 0472353 commit e1d585e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sources/platform/actors/development/quick_start/vibe_coding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ As the project evolves, you might introduce new things. Always make sure that yo
9393

9494
## Best practices
9595

96-
- **Small tasks**: Don't ask AI for many tasks at once. Break complex problems into smaller pieces. Solve them step by step.
96+
- _Small tasks_: Don't ask AI for many tasks at once. Break complex problems into smaller pieces. Solve them step by step.
9797

98-
- **Iterative approach**: Work iteratively with clear steps. Start with a basic implementation and gradually add complexity.
98+
- _Iterative approach_: Work iteratively with clear steps. Start with a basic implementation and gradually add complexity.
9999

100-
- **Versioning**: Version your changes often using git. This lets you track changes, roll back if needed, and maintain a clear history.
100+
- _Versioning_: Version your changes often using git. This lets you track changes, roll back if needed, and maintain a clear history.
101101

102-
- **Security**: Don't expose API keys, secrets, or sensitive information in your code or conversations with LLM assistants.
102+
- _Security_: Don't expose API keys, secrets, or sensitive information in your code or conversations with LLM assistants.

0 commit comments

Comments
 (0)