The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
152 views

Should I attempt to have a large amount of code reviewed?

I'd love it if someone out there was willing to critique my code base on a larger scale - the thing is I can't imagine why anyone would actually want to. Do you think I'm wrong about this? Should I ...
3
votes
0answers
94 views

What is the appropriate MINIMUM length of a Code Review question?

Obviously related to this, but I want to know the opposite. How short is too short? For example this doesn't seem long enough to be appropriate for a code review: Highlight input if empty The entire ...
5
votes
1answer
68 views

Homework question and how long can a code be?

First of all before, I hate the typical homework question: "codez plz". This, I hope has nothing to do with that, but is actually a class assignment. I won't post my code until it is completely ...
7
votes
1answer
90 views

Solving wide code

This SE site has a lot of long code postings. Usually these are just copy pasted from actual source code. The maximum line width before a horizontal scrollbar appears, seems to be only 80 characters. ...
14
votes
3answers
190 views

What is the appropriate length of a Code Review question?

While Stack Overflow questions often contain segments of pseudocode or purposely abbreviated code in order to make the question more palatable to other readers, for something like a Code Review the ...