Questions tagged [asking-questions]
This tag is for questions specifically about the process of asking questions on Code Review; e.g. how to ask, whether specific questions are appropriate, etc.
183 questions
2 votes
2 answers
173 views
Lost in the bureaucracy
I have a question about usage of libraries, harming performance of other code. I thought the question would fit Code Review being a general point about coding, prepared and put it into CR.SE. I ...
-2 votes
2 answers
152 views
I try to refactor a working code and it's doesn't work. Would adding the failed attempt be on-topic?
Below is my draft: I have a working code to have 2 search bars with dropdown suggestions, selectable by both mouse and arrow keys in TypeScript and Fresh/Preact. In there I have to explicitly declare ...
-1 votes
1 answer
132 views
Is it possible to have a "professional" take a look at my whole HTML / CSS Project here?
Is it possible to upload an entire HTML/CSS code project on this site for review, rather than just a small code snippet? I'm currently working on a r/place clone and while my code works fine, it would ...
0 votes
1 answer
90 views
Comparative Code Review [duplicate]
I manage a team of Java Engineer so I have recently been exposed to the "Builder" pattern that they use. It helps when you have a large number of parameters in a constructor were a lot of ...
5 votes
2 answers
263 views
Should Code Review improve the new-question Title hint?
I would like to suggest a UX improvement for new users, so they're less likely to encounter edits / pushback from mods. 1. Summarize the problem Code Review posters are typically new users. ...
13 votes
1 answer
261 views
May I post a question whose code is written in a programming language about which nothing exists in Code Review Stack Exchange?
May I post a question whose code is written in a programming language about which nothing exists in Code Review Stack Exchange? For example, Asymptote is a vector graphics programming language which, ...
3 votes
1 answer
287 views
What is the recommended length of the code for review?
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 ...
2 votes
1 answer
78 views
How do I post code which is reliant on large file IO operations?
I have code which does IO operations (read and process) on large files (multi GB or sometimes TB). It is not practical for me to post real examples to stackexchange and I would not want to post code ...