Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Conversation

@Limm-jk
Copy link
Contributor

@Limm-jk Limm-jk commented Nov 29, 2020

Hello, this is our group's first contribution. We've created a new exercise about Concepts 'number'.(#2208)

I worked with OMEGA-Y / Yabby1997 / Ticktakto / wnstj2007

Any guidance is appreciated!

daunjeong824 and others added 14 commits November 28, 2020 23:30
authors & editor
exchange_test / exchange
Line 2
from .exchange import * -> from exchange import *
add config.json
add testcase & test file
added : currency-exchange/.meta/example.py
added : currency-exchange/.docs/instructions.md
* added design.md
added : currency-exchange/.meta/design.md
Added hint.md (#8)
* Delete .DS_Store

* Add : hint.md (#9)

Add : hint.md
Solving Conflict
fix exchangable to exchangeable
fix "Chandler want" to "Chandler wants" in instructions.md
@Limm-jk Limm-jk requested a review from a team as a code owner November 29, 2020 04:17
@valentin-p
Copy link
Contributor

Awesome. Thanks for the PR, it looks great.

Couple of things:

  • An object can be added in the file languages\python\config.json under: exercises.concept with the new slug: "currency-exchange" and a new uuid.
  • Prettier can be run on each file (.config, .md and .py) before a commit.

That was my comments to help the PR be approved. I will let the maintainers add more comments if necessary.

@Yabby1997
Copy link
Contributor

Awesome. Thanks for the PR, it looks great.

Couple of things:

  • An object can be added in the file languages\python\config.json under: exercises.concept with the new slug: "currency-exchange" and a new uuid.
  • Prettier can be run on each file (.config, .md and .py) before a commit.

That was my comments to help the PR be approved. I will let the maintainers add more comments if necessary.

Thanks for your feedback!

We will review your feedback and revise it soon.

Yabby1997 and others added 2 commits December 12, 2020 12:47
* Added new problem "Calculate unexchangeable value"

Added modular arithmetic problem Calculate unexchangeable value

* Added new problem "Calculate unexchangeable value" (example.py, exchange.py)

Modified example.py, exchange.py

* Modified Calculated unexchangeable value

Modified `unexchangeable_value()` function's expected return type to be `int`

* added new lines at the end of file

* applied prettier on instructions.md

Co-authored-by: Limm-jk <201602057@cs-cnu.org>
Co-authored-by: Junkyu Lim <57378834+Limm-jk@users.noreply.github.com>
we changed the concept name, so needed to update file.
…fig.json


we've decided to name the stub and test files for the concept and not the story.
Copy link
Contributor

@Yabby1997 Yabby1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

removed arithmetic as a concept until we get the about.md file made.
…fig.json


reverting file name change and deferring to different PR.  This is currently breaking a CI test.
@BethanyG
Copy link
Member

Excellent work everyone! Thank you all for your time and effort. 🌟 🎉

@BethanyG BethanyG merged commit a80a956 into exercism:master Dec 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Python] Implement new Concept Exercise: numbers

7 participants