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. ...
Bob's user avatar
  • 587
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 ...
Damir Tenishev's user avatar
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 ...
reducing activity's user avatar
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 ...
eccentricOrange's user avatar
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 ...
Erel Segal-Halevi's user avatar
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?
leaf_yakitori's user avatar
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 ...
JensB's user avatar
  • 175
-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 ...
Samuele B.'s user avatar
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 ...
qwerty's user avatar
  • 361
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 ...
Jachdich's user avatar
  • 181
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. ...
Braden Best's user avatar
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 ...
Shog9's user avatar
  • 101
4 votes
2 answers
253 views

I have a Python application that I created a while back and I'm hoping to have someone with more Python experience than me look over the entire project and let me know if both the structure of the ...
Abe Miessler's user avatar
15 votes
1 answer
244 views

I'm working on an Angular2 application and I think one very small, specific function (list filtering) needs improvement and I would welcome reviews. Essentially I iterate more times than I think is ...
msanford's user avatar
  • 391
1 vote
1 answer
117 views

Say I have an open source project hosted on GitHub or wherever, currently in the public review, testing, and bug reporting phase. The Asking page says: ...feedback on a specific working piece of ...
Oliver Yasuna's user avatar

15 30 50 per page