Linked Questions
14 questions linked to/from What is the appropriate length of a Code Review question?
3
votes
0
answers
70
views
My code with a small set of classes may be too much [duplicate]
I have a small set of classes that form an events system that I would very much like opinions on, but they're made up of a few classes that together amount to around 1kloc. I'm a little worried that ...
67
votes
9
answers
846
views
Should line numbers for code snippets be added?
I recall seeing a request for this in meta SO in the pass, but for various reasons that escape me at the moment, there were no plans to do that. Should this be reconsidered for code review considering ...
14
votes
16
answers
483
views
What should our FAQ contain?
Just to break the ice with one from the great seven: what should our FAQ contain?
(One FAQ suggestion/answer)
17
votes
3
answers
320
views
Reviews of code not stored here
This question is inspired by a question I just saw: Review website done after one week of learning HTML and CSS
How do we want to handle these issues? We wanted to avoid pastebins since having the ...
14
votes
3
answers
399
views
Tackling overwhelmingly long questions
I'm wondering how some users handle huge amounts of code. There's a vba question out there right now that I would really like to review. However, as stated in the question - it's 1400 lines.
I know ...
12
votes
3
answers
437
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 ...
-5
votes
2
answers
493
views
PasteBin and GitHub Gists to be embedded directly into CodeReview
Maybe we can have PasteBin and GitHub Gists embedded directly into CodeReview.
Given that each Gist has a unique number maybe it could be.
[gist NUMBER HERE]
...
15
votes
2
answers
299
views
What if we have an entire (small) application we want reviewed?
I asked about this on Stack Overflow, and was referred here (to Code Review), though I still think it may be out of scope for CR.
https://stackoverflow.com/questions/12749863/where-can-a-n00b-...
7
votes
2
answers
169
views
Do we even need to keep following [meta-tag:site-policy]?
I recently stumbled across site-policy.
The tag has:
77 questions
of which 10 are tagged faq
and of which 11 are tagged specific-question
no tag wiki
the following tag excerpt:
This tag is for ...
16
votes
1
answer
452
views
How long can code be?
First of all before, I hate the typical "codez plz" homework question.
I hope this has nothing to do with that, but it is actually a class assignment.
I won't post my code until it is completely ...
12
votes
1
answer
328
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 ...
4
votes
1
answer
809
views
How many lines of code are too much? [duplicate]
I've built an ASP.Net component, for example, which consists of a base class with 670 lines of code, a sub class with 180 lines, plus some code to illustrate it's usage.
I think this is a perfect ...
3
votes
2
answers
434
views
Review code on Github? [duplicate]
Someone might sometimes want a review of a longer length of code: for example this question references some code stored here on their private web site.
It isn't necessarily feasible or desirable to ...
-1
votes
1
answer
135
views
Is it possible to have a "professional" take a look at my whole HTML / CSS Project here?
Is it possible to upload an entire HTML/CSS code project on this site for review, rather than just a small code snippet?
I'm currently working on a r/place clone and while my code works fine, it would ...