DEVELOPMENT_STANDARDS.md Proposed - #2
Conversation
|
|
||
| --- | ||
|
|
||
| ## 1. C# code style |
There was a problem hiding this comment.
I think part of this can be configured through code analysis or linting, see https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis. This will avoid setting conflicting standards between claude, code analysis, sonar and the IDE settings.
There was a problem hiding this comment.
Agreed, but it would be nice to have also a common code style for Starion then. If one exist, we can setup Claude to follow that one
There was a problem hiding this comment.
I think that is blocking for this issue. Currently I use the sonar rules as is. I have claude checking sonar. That is very strict. I do not care a lot about standards besides that. But I don't think it is good idea to instruct claude to use a standard that conflicts with project CI settings liket the sonar check or other common code analysis rules.
The PR provides a first version of the Development standards that CLAUDE Code shall follow during C# development.
I would ask any that review this to provide comments about missing parts, potential improvement or if some pieces are overkill or need to be changed.