Skip to main content

Questions tagged [code-length]

This tag is for questions regarding the amount of code used or to be used in a post.

7 votes
2 answers
149 views

There are several meta questions plus the help center making it clear that questions must provide real code. However, it is unclear to me whether answers must therefore also be runnable code. ...
52 votes
0 answers
524 views

As requested by Kaz and approved by the voters here on meta, questions asked on Code Review that do not contain code are now blocked. I've configured this initially as a three-line minimum (or three ...
2 votes
1 answer
271 views

What is the way to provide large code for code review at the codereview.stackexchange.com? I do my best cutting the code into pieces which could be reviewed separately as components. I started from ...
3 votes
1 answer
287 views

I have code that is about 1000 lines long (and growing, as some features are not yet implemented and some edge cases unhandled), so posting it here likely would overwhelm people, even if it would be ...
3 votes
1 answer
168 views

I've recently completed a (to a certain version, anyway) project in Python and am looking to get feedback on it. Problem is that I want feedback on how the project and the different components are ...
2 votes
2 answers
155 views

I am working on an open-source library that contains several source files. I would like to ask for feedback, not only for specific code in specific files, but also on the more general arrangement of ...
2 votes
1 answer
88 views

I read and searched the Help Center. But I didn't find anything about MRE. Does it mean that Code Review doesn't require MREs?
8 votes
1 answer
141 views

My code is around 480 lines and a little over 13,000 characters(12,000 if not counting spaces). It consists almost entirely of headers and implementation files, with a very short main.cpp. Should I ...
-3 votes
1 answer
114 views

My question eLearning webapp made with Django was recently closed for: Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that ...
0 votes
1 answer
71 views

Does Code Review allow for posting (or linking to) entire projects? I'm not sure if this helps at all, but in my case, I am not looking for generic input, but rather I have a specific question about ...
16 votes
1 answer
452 views

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 ...
2 votes
1 answer
133 views

I am a self taught developer that codes for fun, and I created a project that almost certainly has terrible code in it, but I would like someone who knows what they're doing (i.e. not me) to help me ...
6 votes
1 answer
115 views

For example, say I wanted to ask a question about memory efficiency regarding two versions of a structure I have in a specific language, but I'm only concerned about that one section of the program. ...
14 votes
2 answers
480 views

The code I would like to have reviewed, found here, is more than 30,000 characters long. I don't feel like that in and of itself makes it off topic, but removing code from it so that it can be posted ...
4 votes
1 answer
809 views

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 ...

15 30 50 per page