All Questions
264 questions
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 ...
1
vote
1
answer
234
views
How should we [compose] this tag?
I'm following all the Kotlin questions and I noticed that there was no tag for Jetpack Compose.
While Stack Overflow has four tags for variants of compose:
https://stackoverflow.com/questions/tagged/...
2
votes
1
answer
229
views
TypeScript and JavaScript tags
We typically treat c and c++ as mutually exclusive. We don't tag the same question with both c and c++. I feel we should do the same for TypeScript and JavaScript.
TypeScript needs to run through a ...
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
197
views
Should we generalize the [native-code] tag?
Until now, we have been using the native-code tag for questions involving high-level code that calls c, c++, or similar lower-level code.
Occasionally, people write code to allow c or c++ code to call ...
2
votes
1
answer
92
views
Should we copy over the requests tag?
The requests tag would be an informative addition to questions like this. Should we copy it over from Stack Overflow?
I have filled the wiki but do not know how to add the Code Language and the ...
2
votes
2
answers
90
views
Tags for social platforms
We have a tag for twitter (not to be confused with twitter-bootstrap). We also have questions about Whatsapp and Telegram, but those questions don't have specific tags yet.
In my opinion, we have 2 ...
1
vote
1
answer
62
views
Should we have a "clone" or "deep copy" tag?
I was going to tag this question with either "clone" or "deep copy" or "deep clone" but it appears we have no such tag.
If as a community we feel this tag is worth ...
8
votes
1
answer
130
views
Create [x86-64] synonym for [amd-64]
On Stack Overflow, the x86-64 tag is the main tag for questions about 64 bit extensions to the Intel x86 architecture. The amd64 tag is a synonym.
Here on Code Review, the amd64 tag exists (and only ...
2
votes
1
answer
65
views
Burninate [heuristic]
The heuristic tag has only one question, no description, no synonyms and no wiki entry. The only question using it has four other tags and a comment pointing out that the use of the word "...
4
votes
1
answer
77
views
Replace tag [parse.com] with [parse-platform]
The tag parse.com should be replaced with parse-platform analogous to a similar renaming that was done on Stack Overflow.
This tag request is part of the Parse Community's effort to maintain Parse ...
7
votes
1
answer
147
views
The [Salesforce] ecosystem
While hunting for my next zombie to take down, I encountered the following question: Patient Appointment CSV to insert records using simple_salesforce
A question that seemed well written, almost ...
1
vote
1
answer
110
views
Creating a new tag for Alloy
I would like to use this site to review Alloy code. However, I do not have enough reputation on this site to create a tag. Without a tag, I cannot post code. This seems to be a chicken and egg problem....
1
vote
2
answers
124
views
Unifying "Is {language} on-topic?" questions under one tag scheme
Please can we unify all "is {language} on-topic?" questions to one tag scheme.
Since there are, with my counting at least, 35 such questions if we were to make this a tag then it would have more ...
1
vote
1
answer
55
views
Let's demerge [mergesort] for consistency with other sorting tags
In a previous meta question, we decided that the sorting tags should not be merged. I am fine with this.
Currently, however, there is a peculiarity among the 6 major sorting algorithm tags:
...