Questions tagged [challenge-quality]
For questions that relate to the quality of challenges on the main site
37 questions
4 votes
1 answer
129 views
How to post on this site?
First time posting on Meta, while being an absolute (probably) seasoned user here. I have been posting challenges here randomly when finding time based on finding and developing my personal curiosity....
16 votes
4 answers
471 views
How can we get new users to use the sandbox properly?
The problem Often, when we get new users, this happens: they post their first few challenges, which receive negative feedback they are instructed to use the sandbox, which they do not long after (...
5 votes
0 answers
127 views
Challenges with an oracle
There are many ideas of code-golf challenges out there that are abandoned because a part of them are just too hard to implement with a reasonable amount of effort. For instance, requiring to parse ...
16 votes
2 answers
357 views
How can we improve the quality of new users' challenges?
All stats given here are correct at the time of writing. I can't promise that they'll stay exactly correct for a significant amount of time (and they most likely won't), but I'd be surprised if the ...
11 votes
1 answer
189 views
How can I retroactively deal with rules that turned out to make a challenge uninteresting?
I created a couple challenges recently which I was hoping would be pretty interesting, but turned into something significantly less interesting due to an oversight or regrettable rule. In De-...
4 votes
1 answer
292 views
How to deal with an accidental chameleon challenge
What happened I was about to post Does base n have any Rotate-Left-Double numbers?. Kevin Cruijssen told me in the sandbox comment that he got a proof that significantly simplifies the problem. I ...
21 votes
7 answers
352 views
Challenge post-mortems
While to-be-posted challenges get feedback in the Sandbox (ideally), we don't usually reflect on challenges after they have run. And while issues and ambiguities in challenges do get pointed out, we ...
9 votes
1 answer
351 views
A simple, clean and modern challenge about palindromes
Status quo We currently have seventy-four questions tagged palindrome, but most of them contain a twist. As I see it, there are only two challenges about the basic palindrome string decision-problem. ...
4 votes
2 answers
304 views
A challenge that comes with a judge program
EDIT: I simplified the challenge and posted it in the sandbox. Summary: python2/python3 compatible judge script that works on a solution's output (instead of fork/exec-ing the solution); users are ...
3 votes
0 answers
106 views
List of Good Numeric Scoring Systems
I suggest that we should have a list of scoring functions. When there is only one variable in the score for example: Length of submission (code-golf) Portion of test cases passed (test-battery) ...
12 votes
1 answer
299 views
Should we have a new, improved matrix determinant challenge?
There is currently a challenge to compute the determinant of a matrix. However, it was written 5 years ago, before our current quality standards were established. It falls short of those standards in ...
1 vote
1 answer
115 views
Should "Operations with lists" be broken up into individual challenges?
As it stands, Operations on lists is in a bit of a weird place. It could be considered a multi-part challenge with minimal interaction between the subchallenges, which aren't allowed, but is pointed ...
18 votes
3 answers
1k views
Should we disallow non-observable requirements?
One of the more recent things to avoid that's coming up a lot is the use of non-observable requirements. The most common incarnations of this are things like "no hardcoding", "implement this algorithm"...
1 vote
2 answers
182 views
For compression-related challenges, should we take steps to level the use of 7-bit and 8-bit character sets? [duplicate]
(Closely related in the original premise, but both the question and its answers go off in a different direction: this meta post.) Something I've noted in many challenges which are fundamentally about ...
17 votes
1 answer
1k views
The broken window of "Produce the number 2014 without any numbers in your source code"
Produce the number 2014 without any numbers in your source code is our highest-voted question. It regularly inspires newcomers to pose similar challenges, which get heavily downvoted with the poster ...