Skip to main content

Questions tagged [character-limit]

Ceiling and floor of the number of characters you can enter into various slots.

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
0 votes
1 answer
90 views

In this question here I made a modification to a program: Nintendo Nightmare [any%] Speedrun Bot (17:37) Am I required to include the entire program’s source as part of the code to be reviewed? ...
user64742's user avatar
  • 113
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
1 vote
2 answers
134 views

I asked the question Meme (title with picture) exchanger. I don't want to separate it into independent questions because the components altogether form the whole architecture; I think that the entire ...
Miron's user avatar
  • 418
3 votes
2 answers
283 views

I understand why a character limit is imposed on question lengths on most Stack Exchange websites, but I take issue with the fact that there is a 30,000 character limit on the Code Review website. ...
adaam's user avatar
  • 101
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 ...
Trufa's user avatar
  • 221