Linked Questions
31 questions linked to/from Can I put my code on a third party site and link to the site in my question?
18
votes
3
answers
636
views
Does my code example need to be compilable/runnable?
I'm thinking of posting a question here, but am unsure how I should do so. The question is about comparing the performance of a piece of pure Python code vs a hybrid Python/C++ piece of code, glued ...
11
votes
3
answers
233
views
Where is the "spam line" drawn in the sand?
An answer from a prominent member of the coding community does very little to answer the question it was posted on.
The question is laid out almost with bullets where each point says follow the link.
...
10
votes
1
answer
256
views
Does Stack Overflow count as a third party site?
I had a question that was placed on hold with a link to this:
Can I put my code on a third party site and link to the site in my question?
The code I asked for review of was on Stack Overflow, and ...
18
votes
2
answers
509
views
Review for large chunks of code
I am migrating from small pieces of code to larger applications. All my code is public on github or simillar. As I am in the middle of this transition, I am not very intrested in reviewing chunks of ...
8
votes
2
answers
224
views
Can we answer these Javascript/CSS3 performance questions?
I've seen that lately the amount of questions regarding performance issues when using Javascript, jQuery, CSS3, etc. has increased.
Question is: Can we actually review them?
I'm edging towards no, ...
9
votes
2
answers
165
views
Reviewing software, not only code
I'm looking for some people/community who are doing each others' software reviews, but not only code. Actually code is the least important. I would like somebody look at my software as a whole and ...
7
votes
2
answers
169
views
Do we even need to keep following [meta-tag:site-policy]?
I recently stumbled across site-policy.
The tag has:
77 questions
of which 10 are tagged faq
and of which 11 are tagged specific-question
no tag wiki
the following tag excerpt:
This tag is for ...
8
votes
2
answers
198
views
Revising list of closure reasons
Following up on a past discussions, I'd like to tweak our list of off-topic close reasons. We may have up to three canned reasons. Currently, they are:
Questions asking for code to be written ...
3
votes
2
answers
283
views
Character limit on Code Review
I understand why a character limit is imposed on question lengths on most Stack Exchange websites, but I take issue with the fact that there is a 30,000 character limit on the Code Review website.
...
5
votes
3
answers
99
views
Is this spam and should it be flagged as such?
https://codereview.stackexchange.com/questions/18737/my-php-ajax-bridge-to-jquery-library
I include the conversation that started all of this as well:
Chat Conversation
It really shows my arguments ...
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 ...
9
votes
1
answer
210
views
Is Code Review an appropriate place to get feedback on a library?
Most of the posts I see on Code Review involve short code sniplets.
Is it appropriate to elicit feedback on an entire (albeit small) library?
Specific example: I've quietly developed this over the ...
-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 ...
9
votes
1
answer
101
views
Can I post both my code and link to the external repository?
I have read the guidelines and FAQ, and understand that code up for review should be posted on this site. I also understand that modifying the code after it is posted goes against the rules as well as ...
-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 ...