13
votes
3answers
87 views

Should we stay opted-in for Winter Bash 2016?

It's that time of year again! This year's event will run from December 19th to January 8th. More information on this and individual hat-earning progress will eventually be posted here. Once again, ...
4
votes
0answers
61 views

Ads on Code Review

Looks like Code Review was selected for enabling ads. Does anyone know when this goes live? Right now I run adblock, but I might as well turn it off when this comes.
6
votes
2answers
118 views

How should I improve my flags?

I came across a question that was using odd tabbing and I suspected it to be a copy and paste error. I commented on the post to ask if this were the case. This lead to roughly the following comments: ...
2
votes
1answer
32 views

Is it possible for me to get a review of my language? [duplicate]

I'm currently designing a stack-based language intended for scripting. I'm wondering if it's possible for me to have its syntax evaluated by this community, e.g., I'd describe the language and how it ...
2
votes
0answers
38 views

Why is a logged-in user asked for a CAPTCHA?

A person who is logged-in on an account should not be told that they can not be distinguished from a 'machine', and required to fill out a CAPTCHA... I'd really like to see a machine that and log-in ...
8
votes
3answers
491 views

Downvotes on an answer which answers the question

I answered a question, followed the rules, then it gets downvoted and two other answers which are pretty much the same (you decide) don't. I feel the loss of the points. I think one of the downvoters ...
3
votes
0answers
41 views

Bug with empty div container in main site

Noticed this a while back, forgot to say something (I think, could be dupe, no idea), but I have an empty div on my main site view underneath my favourite tags, and ...
7
votes
2answers
46 views

How to properly display Matlab code?

When I try to post Matlab code, there are some formatting problems. For example, an apostrophe is used in Matlab to transpose a matrix. But when this is posted, it is interpreted as the beginning of ...
9
votes
0answers
74 views

Follow the name change of “Programmers” to “Software Engineering”

In "our" help center there are links to programmers.stackexchange.com. I guess this should be changed to reflect the recent renaming of that site to "Software Engineering".
13
votes
2answers
248 views

How should we deal with askers fixing off-topic questions when an answer has been posted?

I done a quick search to see if this has been asked, but it didn't seem to be. The intent behind this question is from how this question was handled, but is not limited to it. The situation is an ...
10
votes
3answers
131 views

Should the “new questions” feed be made into a drop-down feed instead of one-boxing feed?

To quote @Vogel612 in chat today, with regards to CaptainObvious, the new questions feed in the main chat: so many bot posts... at this point I think we should consider turning CaptainObvious into ...
4
votes
2answers
77 views

Should we [join] this tag with the other burninated ones?

I've just again realized that we have a join tag, which corresponds to SQL. It doesn't appear that the questions have anything else in common, either. Do we still need it?
-5
votes
2answers
111 views

Can I submit invalid and funny code on Code Review?

I found some cool functions in some really old code that I have to maintain. I think it could be useful to review them. For fun, and to understand what they're supposed to do. Finding what it is ...
-8
votes
2answers
77 views

Change the licensing of code in Code Review contributions to GNU GPL

It seems that one of the community's main aversions to changing from the current CC license, to a more permissive MIT license, is the idea that people seem to not want to simply give code away. ...
6
votes
2answers
57 views

The MathJax newline \\ is broken in tag wikis

In an attempt to edit the tag wiki of collatz-sequence I noticed the following strange behaviour. The conjecture is often stated as a definition by cases and even serves as an example for that ...
10
votes
1answer
111 views

Should tag wikis contain frequently suggested style points?

Over in rust, there are a set of style points that come up in almost every review of substance. I've found myself becoming more and more terse when raising those issues, which is ultimately a ...
-5
votes
2answers
96 views

Change the licensing of code in Code Review contributions to MIT

One of several problems of having a creative commons (CC) license for code generated on Code Review, is that it is incompatible with major software licenses. Your project would have to either have to ...
3
votes
1answer
64 views

How do I properly give attribution to code found on Code Review?

If I have a project that I uploaded to GitHub and I bring one of the classes to Code Review, how should I go about giving attribution to any improvements I decide to use in my code on GitHub? The ...
6
votes
0answers
47 views

Two different errors when joining this site

I'm an old user on this website. I wanted to join the Code Review community just now, so I clicked the "join this community" button on the top navbar, got a page with a fancy blue button so I click to ...
7
votes
0answers
64 views

Tags “Types” and their Usage

This is a question spawned from @Mat's Mug's comment on a question I had about a tag removal. It seems that there is some consensus among the more senior users here about the way some tags should be ...
21
votes
1answer
232 views

Why are tags [functional-programming] and [haskell] mutually exclusive?

An edit was recently made on my question to remove the functional-programming tag. The edit comment was that [functional-programming] is redundant with Haskell I don't understand this, as I ...
1
vote
4answers
155 views

Is it really necessary to explain trivial answers? [closed]

OP: How do I rewrite x = a + 1 + b - 1? Me: x = a + b. Community: hey, you didn't explain how you did that! Take 5 ...
7
votes
0answers
53 views

UI falsely attributes migration to users who merely voted for closure

I voted to close a question today. Nothing new, except the closure turned into an unwanted migration. The question should NOT have been migrated, but all of a sudden my name was on it: I voted to ...
11
votes
1answer
117 views

Normalizing [data-structures]?

I feel that something should be done about data-structures. For instance, this question appears to include the tag just because it uses data structures. Also, we already have many specific tags for ...
2
votes
1answer
48 views

Feedback on closing 'Separation of concerns in graph theory project'

Separation of concerns in graph theory project This question is odd: It has tons of code removed, making it hard to review (it sure does not run) "I am having problems with separating the concerns" ...
8
votes
2answers
133 views

(Optionally) add Python sub tags to questions

The lack of version tags on some Python questions leads to reviewers having to 'pre-scan' the code to find out if it's Python2.7, Python3, both or neither. This seems strange as, I'd have thought that ...
19
votes
3answers
238 views

Can I have a question “series” for a major project?

I'm about to start my senior computer science project, which involves a web REST API (Rails or Node.js) as well as an Android app. I don't imagine that I'll have a ton of questions, but there could be ...
8
votes
1answer
49 views

Is there a way to accept a suggested, but rejected, edit?

Someone recently suggested an edit to one of my posts. The suggested edit was rejected before I even saw it. As the author of the post, I find the suggested edit correct, and I'd like to accept it ...
0
votes
0answers
21 views

Is it ok to post HTML code I made from free PSD templates I found on the internet? [duplicate]

I want to practice my HTML and I was thinking about coding some free templates I found on the internet. Can I post the template and the HTML I wrote so you can review it?
0
votes
1answer
42 views

Question posted under anonymous user

I posted a question, and it was attributed to a different user than myself. Could I please get this question transferred to my account? Lambda calculus interpreter in Haskell (I used Ice Weasel, ...
1
vote
1answer
31 views

Button to download code snippets? [duplicate]

When reviewing, I often find myself copying the source to open in an IDE locally. Maybe we could add a button to download the source snippets to help facilitate this?
6
votes
4answers
215 views

Is it ok to create new tags, just to use them as fancy inline items?

I just read this post and realized the reference to the "it-depends" tag in it. I asked myself what might such a tag be useful for, and checked out what questions are asked with this tag, just to ...
2
votes
3answers
118 views

Preventing the ability to re-open off-topic questions by explaining how it's broken in an answer

Earlier this year I posted an answer to a question, saying that it's broken in a way that OP don't think, explaining it a bit, and then wrote a comment saying it's off-topic, and voted to close. ...
7
votes
1answer
160 views

Are application specific scripting languages on topic for this site?

I am an auditor and I would love some feedback on a script I wrote some time back using the Audit Command Language - ACL. Is such application specific languages on topic here?
5
votes
1answer
43 views

Allow users to vote to migrate a question from meta.codereview to main

This question happened; http://meta.codereview.stackexchange.com/questions/6970/a-good-way-to-remove-duplicate-code-without-violating-page-object-model - it's a regular Code Review question that ...
8
votes
0answers
43 views

Meta code highlighting

It appears that we don't have code highlighting in Meta In this answer to Your vote matters! the <!-- language: lang-sql --> was added to a block of SQL code,...
2
votes
2answers
49 views

Can I ask a question about code explanation?

I'm experimenting with JS canvas, trying to create pan and zoom effect. I've got the pan working. I've also got the zoom working but with a little help from SO. The zoom effect seems much more ...
2
votes
1answer
44 views

Tool for Zombie-hunting

A couple of weeks ago there was a discussion in The 2nd Monitor about reducing Zombies and bringing the answered percentage up. I've noticed during my searches of unanswered questions that some of ...
12
votes
4answers
279 views

Is stack overflow on-topic for Code Review?

We routinely allow questions where the code works correctly for small inputs but fails to scale to larger inputs. The time-limit-exceeded and memory-optimization tags are often applied to such ...
8
votes
1answer
158 views

If I implement suggestions from a review, where do I reply to say what I did / thank the reviewer?

Suppose I get a detailed review and implement many things in response. Where do I reply to say what I did? Presumably, reviewers want to know that their suggestions were useful.
0
votes
1answer
63 views

Is it OK to ask how to revise a golfed function?

After reading through a few question on here I found out that asking questions about refining code golf code is not on topic. However in this case I'm not asking for the code to be golfed but re-...
8
votes
2answers
150 views

If my review includes code, must it be a perfectly working solution to the OP's problem?

Often when I write an answer I write some code to go with it, ie "this method is written a little weird, you could simplify it as X, Y, Z, example". This code is ...
17
votes
2answers
166 views

Can I edit broken code if I'm sure I'm recreating OP's original code?

I know, I know: "Never edit the code, leave it for the review!". But please, hear me out before answering. What should I do if I encounter a code that doesn't work, but I'm 99.99% sure it's because ...
35
votes
1answer
283 views

Your vote matters!

For a few months now I've been collecting specific data on the metrics of all SE sites throughout the network, and there's a disturbing fact that has arisen. This data isn't yet public on my end, but ...
21
votes
5answers
1k views

September 2016 Community Challenge

We've just gotten the August 2016 Community Challenge going, so it's time to pick one for September. It's time to choose a community-challenge for September 2016. Post your challenge as an answer to ...
1
vote
1answer
45 views

I haven't reviewed it myself… Can I ask for help? [duplicate]

I'm fairly experienced in MATLAB, but a complete beginner in Python and VBA, as evident from the two linked questions. I have to (and want to) use Python and VBA at work, but I don't have the time to ...
5
votes
1answer
41 views

Receiving badge before the requirements are met

Just a few hours back I received the nice answer badge for this answer of mine which I posted few months back. The nice answer page says that (to receive the badge) : Answer score of 10 or more. ...
-3
votes
1answer
24 views

Can I repost my question if the original received no answers or comments?

The question I posted received no comment or answer at all. It was just edited by another person to make the wording better and clearer. I reviewed the question but I can't find any way to improve it. ...
0
votes
0answers
27 views

Is it ok to ask for code review of a git repository that I have developed? [duplicate]

I was wondering if it is ok to ask for code review of a git repository that I have developed? I have developed a library for circuit breaker pattern for async functions in C# and I wanted to submit ...
-3
votes
1answer
34 views

Could Code Review also serve as a code repository? [duplicate]

The main purpose of Code Review is for asking questions and providing answers. But can we also use Code Review as a code repository because it will provide more search engine visibility. I have ...

15 30 50 per page