Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/da-in/tdd-by-example-ts
π Example code for the [Test Driven Development: By Example] book in TypeScript
https://github.com/da-in/tdd-by-example-ts
book example-code jest kent-beck tdd test test-driven-development typescript
Last synced: 3 months ago
JSON representation
π Example code for the [Test Driven Development: By Example] book in TypeScript
- Host: GitHub
- URL: https://github.com/da-in/tdd-by-example-ts
- Owner: da-in
- Created: 2023-09-21T08:02:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T05:59:58.000Z (9 months ago)
- Last Synced: 2024-04-23T10:09:19.691Z (9 months ago)
- Topics: book, example-code, jest, kent-beck, tdd, test, test-driven-development, typescript
- Language: TypeScript
- Homepage:
- Size: 132 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Driven Development: By 'Typescript' Example
λ³Έ λ νΌμ§ν 리λ νλ‘ νΈμλ κ°λ°μλ₯Ό μν΄ Kent Beckμ Test Driven Development: By Exampleμ μμ μ½λλ₯ΌTypescript
λ‘ μ¬μμ±νκ³ κΈ°λ‘ν©λλ€.
This repository rewrites and records the example code from Kent Beck's Test Driven Development: By Example in Typescript for front-end developers.
## Review
π [1λΆ] [νν μμ
](https://github.com/da-in/tdd-by-example-ts/wiki/%F0%9F%93%95-%5B1%EB%B6%80-%EB%A6%AC%EB%B7%B0%5D-Test%E2%80%90Driven-Development-:-By-Example)
π [2λΆ] [xUnit μμ
](https://github.com/da-in/tdd-by-example-ts/wiki/%F0%9F%93%95-%5B2%EB%B6%80-%EB%A6%AC%EB%B7%B0%5D-Test%E2%80%90Driven-Development-:-By-Example)
π [3λΆ] [ν μ€νΈ μ£Όλ κ°λ°μ ν¨ν΄
](https://github.com/da-in/tdd-by-example-ts/wiki/%F0%9F%93%95-%5B3%EB%B6%80-%EB%A6%AC%EB%B7%B0%5D-Test%E2%80%90Driven-Development-:-By-Example)
## Contributer
## File Structure
- μ± μ μ₯μ κΈ°μ€μΌλ‘ ν΄λλ₯Ό λΆλ¦¬ν©λλ€.
- λμΌν μ₯ λ΄μμ λ³κ²½λλ μ½λλ€μ `Commit`μΌλ‘ κΈ°λ‘ν©λλ€.
## Commit Convention
- `Example p.${page-number}-${example-number}` μ ννλ‘ μμ±ν©λλ€.
- `example-number` λ νμ΄μ§μ μ¬λ¬κ°μ μμ κ° μμ λ μΆκ°ν©λλ€.
> Example p.43
> Example p.50-1