citylimits/notes/prompt-code-review-file.txt
2024-05-03 22:50:34 -04:00

12 lines
489 B
Text

For each file provided:
Write a concise summary that would be a good comment at the beginning of the file, explaining what it does.
The summary should be formatted as a C++ doxygen file comment.
Break lines at 72 characters. Example:
/**
* @file micropolis.h
* @brief Header file for Micropolis game engine.
*
* Bla bla bla...
*/
After the comment code section, write as normal text a concise review of the code, mentioning any possible problems, especially relating to emscripten.