Comment on GPT-6 Astra in code review: Gains, privacy, and costparentComments−rhdunn7d1. Does the implementation fit in the architecture/style of the project?2. Are there potential security, accessibility, performance, etc. issues?3. Domain specific knowledge (SQL, ASP.NET, XQuery, etc.) where there are better ways of solving a problem, or possible issues not handled.4. Sense checking ... is the code easy to read? does it need an explanatory comment? does it need named parameters? etc.
Comments
1. Does the implementation fit in the architecture/style of the project?
2. Are there potential security, accessibility, performance, etc. issues?
3. Domain specific knowledge (SQL, ASP.NET, XQuery, etc.) where there are better ways of solving a problem, or possible issues not handled.
4. Sense checking ... is the code easy to read? does it need an explanatory comment? does it need named parameters? etc.