get_best_practices
Retrieve application best practices in Markdown format for a specified programming language to improve code quality and adhere to coding standards.
Instructions
Get application best practices for the specified language in Markdown format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | Yes |
Input Schema (JSON Schema)
{
"properties": {
"language": {
"title": "Language",
"type": "string"
}
},
"required": [
"language"
],
"title": "get_best_practicesArguments",
"type": "object"
}