oxalorg / oxalorg/4ever-clojure
Problem 15 allows non-function input
Open
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 271
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I can input * 2 and pass
Why not add this into the description of the problem: https://clojuredocs.org/clojure.core/fn
And then you could add a test that checks for (fn? __)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the description and validation tests for Problem 15 in the repository. Review how submitted inputs are checked, then use the issue’s suggested (fn? __) test and update the problem description with the linked function reference. Done means * 2 is rejected while valid function input continues to pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100