The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
41 views

What is the upper bound for size of the code I can post on Code Review? [duplicate]

Suppose I'm writing a library and there are parts of it which I wish to be reviewed. What is the upper bound for size of the codebase (in characters, classes for example) which is considered to be ...
6
votes
1answer
98 views

How long is long code

I usually hang out at the JavaScript tag, with a mix of jQuery, HTML and CSS where the code reviewed are usually snippets, which run around 100 lines and code that needs micro-optimizations. These are ...
11
votes
1answer
155 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 ...
4
votes
0answers
105 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
69 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
94 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. ...
17
votes
4answers
220 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 ...