Linked Questions
49 questions linked to/from How to get the best value out of Code Review - Asking Questions
9
votes
1
answer
125
views
Is it bad to reference the best titles?
Recently, on new Code Review questions, I've been seeing this:
Welcome to Code Review! As we all want to make our code more efficient
or improve it in one way or another, try to write a title that
...
8
votes
2
answers
145
views
How should question bodies be organized?
The format that I know for question bodies is:
Intro, often explaining where the problem originated.
A problem statement explaining what the code is supposed to do.
Perhaps a little more ...
-2
votes
2
answers
105
views
Code review of YouTube video
I have a YouTube playlist that I have created showing my iterative approach on a subject ("C# CUSTOM Script Language Creation").
I know that sites like this one have some limitations as to what is ...
4
votes
1
answer
150
views
Requesting a review of part of a small project [duplicate]
I have a project of 300+ lines, however I only want to review a part of the project. The project is hosted on GitHub.
Does that mean that I have to post the full 300+ lines and highlight that I want ...
8
votes
1
answer
158
views
Tagging categories - Which are most useful?
TL;DR: I have categorized ~140 tags. I believe some categories should be used more and some categories should be used less. Goal is to make it possible to use tags to find related questions, as well ...
2
votes
1
answer
128
views
Are 'follow up' questions on the same/similar code allowed?
I had a code that I submitted here for review, and got a review. Good. But the implementation was primitive, and I have since written a new, more refined implementation, but the concept/intended ...
2
votes
1
answer
133
views
Where can I find an expert opinion on a large codebase?
I am a self taught developer that codes for fun, and I created a project that almost certainly has terrible code in it, but I would like someone who knows what they're doing (i.e. not me) to help me ...
2
votes
1
answer
98
views
How can I explain my code in Code Review
I am new to Code Review and I am really enthusiastic to post my code for the problems that took me hours to crack. It has really helped me upgrading my poor logic and unoptimized code blocks and ...
1
vote
1
answer
165
views
Should I kill my own account?
I have some poorly received posts. Should I kill my account? Should I make all my posts say user227432 with no link?
5
votes
1
answer
176
views
Could I have made my question "fast responsive navigation in CSS & jQuery" more attractive/better?
I would carefully like to ask, what (if at all) I could have done to make my question "fast responsive navigation in CSS & jQuery" more attractive and/or interesting for the community? Or is CSS ...
6
votes
1
answer
97
views
Put on-hold and off topic 2 time
I have a question about my Code Review Stack Exchange post: Driver for Sensor payload Decoder
I have been trying to get some suggestions on the code which I have written after learning about drivers. ...
-3
votes
2
answers
169
views
Missing Review Context on stand alone script
My question has been closed for Missing Review Context. I feel like I've had no support or explanation from the community.
The reason why it was closed is out of context.
This is a script that works ...
1
vote
1
answer
88
views
Why is my SPOJ question receiving downvotes?
SPOJ- CPP: Gap in output
What is the purpose of so many downvotes?
And what does it mean that the code should be "embedded directly"?
4
votes
1
answer
94
views
Non-HTTPS, wrong hostname links in sidebar
The sidebar on https://codereview.stackexchange.com/questions/ask links to http://meta.stackexchange.com/q/129598. Visiting this ...
-1
votes
2
answers
169
views
Why was "Check if a variable is one of a set of valid strings" put on hold?
They said:
Questions must involve real code that you own or maintain. Pseudocode, hypothetical code, or stub code should be replaced by a concrete implementation. Questions seeking an explanation of ...