Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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