Replies: 3 comments 2 replies
-
The agent will know if this info is added to the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Regaring "Code Smells"
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Side note: Some distiction between layers (LLM-assisted)
And here is a guide on transitioning between different team sizes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are some differences between different organization structures
Note: support team is usually ~3x larger, while the total org size is ~10x larger
Maybe the agents should comply with these patterns when doing PR work. Either TBD, GitHub Flow, or Feature branching should be the default (with GitLab Flow as backup). Agents need to abide by human standards in a sense.
References:
Also, regarding to PR standards:
black
), test coverage compliance, milestone tagging, and documentation prose are a givenHow can this be understood by the agent? They should be able to diff the code and see if the changes are too much and roll back, or break the bugs into smaller chunks
Side question: what other software anti-patterns and code smells should be anticipated?
Beta Was this translation helpful? Give feedback.
All reactions