Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

As the post notice says (emphasis mine):

"Questions containing broken code or asking for advice about code not yet written are off-topic, as the code is not ready for review. After the question has been edited to contain working code, we will consider reopening it."

Your question is literally saying:

[...] often my program will fail within the following lines of code.

Working code, by our definition, does not "blow up", or "fail". Working code that's ready for review, is code that works exactly as intended, to the best of your knowledge.

Asking what boils down to "where's my bug?" with a wall of code on Stack Overflow is very much frowned upon, because SO doesn't want to hunt down your bugs either - they want to see a Minimal, Complete, Verifiable Example (MCVE) that reproduces the issue with as little code as possible; often, uninformed SO users that haven't read the Guide to CR for SO users make comments and vote to close these posts "because it belongs on CodeReview.SE" - which is misguided, misleading, and wrong.


I strongly suspect your question was closed on these grounds.

Now, there's a difference between "it's not efficient enough and consumes more memory than it should" and "it consumes so much memory it blows up somewhere in this code below": the former suggests your code works as intended, and you're asking for ways to improve its efficiency. The latter suggests your code does not work as intended, and you're asking for help fixing a specific programming issue. The former is precisely what we do on CR, the latter is explicitly off-topic.

I'd reopen your question, but this sentence:

[...] often my program will fail within the following lines of code.

...needs to be reworded to better convey that your code is actually working, and that you're looking to reduce the memory footprint, as opposed to find and fix a bug.


It's down to what you want.

If your Stack Overflow postStack Overflow post gets answered, and someone points a finger at the problem.. would you still be interested in general feedback about any & all aspects of your code? If so, then I suggest you edit the working code into your CR post - doing that will automatically make the question enter the reopen review queue, where the community will vote to reopen your edited question.

If what you want is to fix the specific issue with memory, then your question is where it belongs, on Stack Overflow.

As the post notice says (emphasis mine):

"Questions containing broken code or asking for advice about code not yet written are off-topic, as the code is not ready for review. After the question has been edited to contain working code, we will consider reopening it."

Your question is literally saying:

[...] often my program will fail within the following lines of code.

Working code, by our definition, does not "blow up", or "fail". Working code that's ready for review, is code that works exactly as intended, to the best of your knowledge.

Asking what boils down to "where's my bug?" with a wall of code on Stack Overflow is very much frowned upon, because SO doesn't want to hunt down your bugs either - they want to see a Minimal, Complete, Verifiable Example (MCVE) that reproduces the issue with as little code as possible; often, uninformed SO users that haven't read the Guide to CR for SO users make comments and vote to close these posts "because it belongs on CodeReview.SE" - which is misguided, misleading, and wrong.


I strongly suspect your question was closed on these grounds.

Now, there's a difference between "it's not efficient enough and consumes more memory than it should" and "it consumes so much memory it blows up somewhere in this code below": the former suggests your code works as intended, and you're asking for ways to improve its efficiency. The latter suggests your code does not work as intended, and you're asking for help fixing a specific programming issue. The former is precisely what we do on CR, the latter is explicitly off-topic.

I'd reopen your question, but this sentence:

[...] often my program will fail within the following lines of code.

...needs to be reworded to better convey that your code is actually working, and that you're looking to reduce the memory footprint, as opposed to find and fix a bug.


It's down to what you want.

If your Stack Overflow post gets answered, and someone points a finger at the problem.. would you still be interested in general feedback about any & all aspects of your code? If so, then I suggest you edit the working code into your CR post - doing that will automatically make the question enter the reopen review queue, where the community will vote to reopen your edited question.

If what you want is to fix the specific issue with memory, then your question is where it belongs, on Stack Overflow.

As the post notice says (emphasis mine):

"Questions containing broken code or asking for advice about code not yet written are off-topic, as the code is not ready for review. After the question has been edited to contain working code, we will consider reopening it."

Your question is literally saying:

[...] often my program will fail within the following lines of code.

Working code, by our definition, does not "blow up", or "fail". Working code that's ready for review, is code that works exactly as intended, to the best of your knowledge.

Asking what boils down to "where's my bug?" with a wall of code on Stack Overflow is very much frowned upon, because SO doesn't want to hunt down your bugs either - they want to see a Minimal, Complete, Verifiable Example (MCVE) that reproduces the issue with as little code as possible; often, uninformed SO users that haven't read the Guide to CR for SO users make comments and vote to close these posts "because it belongs on CodeReview.SE" - which is misguided, misleading, and wrong.


I strongly suspect your question was closed on these grounds.

Now, there's a difference between "it's not efficient enough and consumes more memory than it should" and "it consumes so much memory it blows up somewhere in this code below": the former suggests your code works as intended, and you're asking for ways to improve its efficiency. The latter suggests your code does not work as intended, and you're asking for help fixing a specific programming issue. The former is precisely what we do on CR, the latter is explicitly off-topic.

I'd reopen your question, but this sentence:

[...] often my program will fail within the following lines of code.

...needs to be reworded to better convey that your code is actually working, and that you're looking to reduce the memory footprint, as opposed to find and fix a bug.


It's down to what you want.

If your Stack Overflow post gets answered, and someone points a finger at the problem.. would you still be interested in general feedback about any & all aspects of your code? If so, then I suggest you edit the working code into your CR post - doing that will automatically make the question enter the reopen review queue, where the community will vote to reopen your edited question.

If what you want is to fix the specific issue with memory, then your question is where it belongs, on Stack Overflow.

replaced http://meta.codereview.stackexchange.com/ with https://codereview.meta.stackexchange.com/
Source Link
replaced http://meta.codereview.stackexchange.com/ with https://codereview.meta.stackexchange.com/
Source Link

As the post notice says (emphasis mine):

"Questions containing broken code or asking for advice about code not yet written are off-topic, as the code is not ready for review. After the question has been edited to contain working code, we will consider reopening it."

Your question is literally saying:

[...] often my program will fail within the following lines of code.

Working code, by our definition, does not "blow up", or "fail". Working code that's ready for review, is code that works exactly as intended, to the best of your knowledge.

Asking what boils down to "where's my bug?" with a wall of code on Stack Overflow is very much frowned upon, because SO doesn't want to hunt down your bugs either - they want to see a Minimal, Complete, Verifiable Example (MCVE) that reproduces the issue with as little code as possible; often, uninformed SO users that haven't read the Guide to CR for SO usersGuide to CR for SO users make comments and vote to close these posts "because it belongs on CodeReview.SE" - which is misguided, misleading, and wrong.


I strongly suspect your question was closed on these grounds.

Now, there's a difference between "it's not efficient enough and consumes more memory than it should" and "it consumes so much memory it blows up somewhere in this code below": the former suggests your code works as intended, and you're asking for ways to improve its efficiency. The latter suggests your code does not work as intended, and you're asking for help fixing a specific programming issue. The former is precisely what we do on CR, the latter is explicitly off-topic.

I'd reopen your question, but this sentence:

[...] often my program will fail within the following lines of code.

...needs to be reworded to better convey that your code is actually working, and that you're looking to reduce the memory footprint, as opposed to find and fix a bug.


It's down to what you want.

If your Stack Overflow post gets answered, and someone points a finger at the problem.. would you still be interested in general feedback about any & all aspects of your code? If so, then I suggest you edit the working code into your CR post - doing that will automatically make the question enter the reopen review queue, where the community will vote to reopen your edited question.

If what you want is to fix the specific issue with memory, then your question is where it belongs, on Stack Overflow.

As the post notice says (emphasis mine):

"Questions containing broken code or asking for advice about code not yet written are off-topic, as the code is not ready for review. After the question has been edited to contain working code, we will consider reopening it."

Your question is literally saying:

[...] often my program will fail within the following lines of code.

Working code, by our definition, does not "blow up", or "fail". Working code that's ready for review, is code that works exactly as intended, to the best of your knowledge.

Asking what boils down to "where's my bug?" with a wall of code on Stack Overflow is very much frowned upon, because SO doesn't want to hunt down your bugs either - they want to see a Minimal, Complete, Verifiable Example (MCVE) that reproduces the issue with as little code as possible; often, uninformed SO users that haven't read the Guide to CR for SO users make comments and vote to close these posts "because it belongs on CodeReview.SE" - which is misguided, misleading, and wrong.


I strongly suspect your question was closed on these grounds.

Now, there's a difference between "it's not efficient enough and consumes more memory than it should" and "it consumes so much memory it blows up somewhere in this code below": the former suggests your code works as intended, and you're asking for ways to improve its efficiency. The latter suggests your code does not work as intended, and you're asking for help fixing a specific programming issue. The former is precisely what we do on CR, the latter is explicitly off-topic.

I'd reopen your question, but this sentence:

[...] often my program will fail within the following lines of code.

...needs to be reworded to better convey that your code is actually working, and that you're looking to reduce the memory footprint, as opposed to find and fix a bug.


It's down to what you want.

If your Stack Overflow post gets answered, and someone points a finger at the problem.. would you still be interested in general feedback about any & all aspects of your code? If so, then I suggest you edit the working code into your CR post - doing that will automatically make the question enter the reopen review queue, where the community will vote to reopen your edited question.

If what you want is to fix the specific issue with memory, then your question is where it belongs, on Stack Overflow.

As the post notice says (emphasis mine):

"Questions containing broken code or asking for advice about code not yet written are off-topic, as the code is not ready for review. After the question has been edited to contain working code, we will consider reopening it."

Your question is literally saying:

[...] often my program will fail within the following lines of code.

Working code, by our definition, does not "blow up", or "fail". Working code that's ready for review, is code that works exactly as intended, to the best of your knowledge.

Asking what boils down to "where's my bug?" with a wall of code on Stack Overflow is very much frowned upon, because SO doesn't want to hunt down your bugs either - they want to see a Minimal, Complete, Verifiable Example (MCVE) that reproduces the issue with as little code as possible; often, uninformed SO users that haven't read the Guide to CR for SO users make comments and vote to close these posts "because it belongs on CodeReview.SE" - which is misguided, misleading, and wrong.


I strongly suspect your question was closed on these grounds.

Now, there's a difference between "it's not efficient enough and consumes more memory than it should" and "it consumes so much memory it blows up somewhere in this code below": the former suggests your code works as intended, and you're asking for ways to improve its efficiency. The latter suggests your code does not work as intended, and you're asking for help fixing a specific programming issue. The former is precisely what we do on CR, the latter is explicitly off-topic.

I'd reopen your question, but this sentence:

[...] often my program will fail within the following lines of code.

...needs to be reworded to better convey that your code is actually working, and that you're looking to reduce the memory footprint, as opposed to find and fix a bug.


It's down to what you want.

If your Stack Overflow post gets answered, and someone points a finger at the problem.. would you still be interested in general feedback about any & all aspects of your code? If so, then I suggest you edit the working code into your CR post - doing that will automatically make the question enter the reopen review queue, where the community will vote to reopen your edited question.

If what you want is to fix the specific issue with memory, then your question is where it belongs, on Stack Overflow.

Source Link
Mathieu Guindon Mod
  • 75.6k
  • 4
  • 99
  • 243
Loading