The tag has no usage guidance.

learn more… | top users | synonyms

7
votes
3answers
63 views

Should I include code or a link to a test project for the code being reviewed?

I have some code (a library) of about 25,000 characters (~1000 lines) that I would like to have reviewed. I have a test project (Windows project with Windows Forms) for that code. Is it a good idea ...
24
votes
2answers
160 views

Can I use CR as an environment to foster an open source project?

Let's suppose that I have a personal project which I think might interest more people, and given my low position in the learning curve, want to make it open source. Besides posting pieces of code in ...
16
votes
3answers
111 views

Posting a multi-language project

I have a small project for which I would like to ask for a code review soon. However, it integrates multiple languages (specifically, Python + jQuery and the rest of the browser stack). Can such a ...
6
votes
2answers
85 views

Having an entire project reviewed

I have a small project I'm working on in an area I'm not comfortable with (web development). I would like someone to review my code. I can try to split it up, but I would prefer if someone looked at ...
8
votes
2answers
76 views

Is reviewing project structure on topic?

This is mostly related to the following two questions: Web application structure review I'd like to have suggestions about the structure of my web application. What the app does: My ...