Answer the question
In order to leave comments, you need to log in
How is the legality of questions related to debugging code regulated?
From time to time I see questions like:
0.1 + 0.2 == 0.3
or code for 5-10 lines, no more, so that anyone can easily try it for themselves and make sure. Answer the question
In order to leave comments, you need to log in
As a result, the question practically boils down to "please do the debugging for me."
But sorry, what?! Didn't hear about debugging at all? Who then is the author of the question? Is he a programmer or what? Or who ?
After all, if the author is sent to gain experience or study, then this will NOT solve this particular problem, which HE considers a problem here and now.
Moreover, if the author considers this resource as a source of free programmers who, on the other end of the wire, will do debugging for him (that is, in fact, work for the author), then the very desire to answer disappears.
The most interesting thing is that some questions are really worthy of being answered. These are questions that contain a certain paradox.
Any technical question can be deleted with the wording: "If you have a problem, then you either did not read the documentation, or you do not want to think." Then only those leading to the discussion will remain, which are also prohibited.
In addition to the usual need to share knowledge, questions are answered because they are interesting and the answerers too.
Helping others, you can pump yourself, in the same debugging, or study the problem that has risen in the question. If you don't need it, just pass by. Perhaps for someone the same problem will become interesting.
And in my opinion there is no difference whether the question is related to debugging or not. For someone, finding 1 character of a typo in 10 lines of code will be faster than reading 1.5 screens of text, thinking about it, and writing an answer.
It has been suggested more than once that all questions of this kind should only be accepted with a sandbox. Delete the rest. But the owners of the resource delete the question only as a last resort. The logic, probably, is this: here is a question that requires debugging, but suddenly they will give an answer that will hit the mark - we will fly through the roof. The rest, be patient.
On any modern site, the reality of the author or his intentions is often not verifiable. In the near future, questions can be generated by a neural network (with a little human moderation) - in order to additionally maintain activity on sites.
No one here wants your questions or your answers. Better - will not be.
Sorry man, I don't understand what your question is. The fact that there is a certain layer of people who want to push the search for an error in the code to someone else? For example, if I see "multi-code" - skipping the question right away - I'm reluctant to delve into it, although I can answer a simple question (especially if it involves atypical solutions). Yes, I usually try not to solve simple problems "here and now" - but ... sometimes I do :)
You are too categorical for many, for example, it is not entirely clear.
For example, here is an absolutely oak code, but if you run it through
npm run serve
public async getInfo(): Promise<Info> {
const data = await axios.get(this.API_URL);
return data.data;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question