Newest Questions
2,010 questions
2
votes
1
answer
271
views
How to provide large code for code review?
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 ...
6
votes
0
answers
72
views
2023: a year in moderation
It’s that time of the year again! As we wave goodbye to last year and welcome the new one, we have a tradition of sharing moderation stats for the preceding calendar year.
As most of you here might be ...
3
votes
1
answer
131
views
Code Review iterations
I posted a question at the https://codereview.stackexchange.com and got the answer, what's now?
I can't find to respective guide, so this a question of appropriate processing of the question/answer at ...
-7
votes
1
answer
92
views
Increase character limit to 75k
Let's increase the character limit to, say, 75 000 characters. 65 000 is not enough. I face that problem a second time now. I have to exclude some code and instead store it elsewhere and provide a ...
10
votes
2
answers
374
views
Disable Anonymous Contributions
Note: Due to my position as a moderator I can't comment or point to specifics, which greatly obfuscates the validity of my question.
The moderator team has been brought aware of certain irregularities ...
-1
votes
1
answer
98
views
Are software recommendation questions welcome?
I came across a question to review. I skip the review because I do not know what to do when software (libraries, frameworks, tools) recommendations are asked.
I checked the Help Center, but I can not ...
-1
votes
1
answer
189
views
Can a user post code in an answer even if they don't fully understand how it works?
In this answer the OP of the question presented an alternative solution from github. The github repository shows that it uses the MIT license:
...
Permission is hereby granted, free of charge, to any ...
-1
votes
1
answer
135
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 ...
2
votes
1
answer
1k
views
Coroutines vs. async-await
I just created the coroutines tag. However, I then noticed that there is already the async-await tag. I think these are distinct concepts, even though in some languages, that distinction is a bit ...
8
votes
1
answer
337
views
Was splitting my code review into 6 parts excessive?
Got this comment:
Please take rest, you already have monopolized the Code Review.
– S. M.
2023-09-20 18:28:46Z, License: CC BY-SA 4.0
Not sure what the best action is.
Going forward, should I limit ...
1
vote
1
answer
101
views
Can another code review question count as 'review context?'
Questions about isolated code lacking context are closed as 'missing review context.' However, I have a question that, if another piece of code were part of, would count as review context. Suppose I ...
3
votes
0
answers
98
views
Table incorrectly marked as Incorrectly formatted code
I have a simplistic table I posted on Code Review. Obviously, If it is marked as unformatted code, then I can only post an image here. I will attempt to post it here, and include a meta-screenshot. I ...
7
votes
3
answers
186
views
How should I include resources (images, videos, audio, etc) in questions?
I know my code doesn't have to be complete.
However, in my specific case I have a project where I'd like to focus on performance improvements.
Some optimizations are obvious,
where others require ...
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 ...
1
vote
1
answer
82
views
Reviewing Git commit messages alongside code
Recently, I have started using Git regularly for both my projects at work and my small personal projects. I was wondering if it would be acceptable to request Git commit message reviews alongside the ...