Skip to content

๐Ÿ“„ Example code for the [Test Driven Development: By Example] book in TypeScript

Notifications You must be signed in to change notification settings

hanjiwon1/tdd-by-example-ts

ย 
ย 

Repository files navigation

Test Driven Development: By 'Typescript' Example

๋ณธ ๋ ˆํผ์ง€ํ† ๋ฆฌ๋Š” ํ”„๋ก ํŠธ์—”๋“œ ๊ฐœ๋ฐœ์ž๋ฅผ ์œ„ํ•ด Kent Beck์˜ Test Driven Development: By Example์˜ ์˜ˆ์ œ ์ฝ”๋“œ๋ฅผ Typescript๋กœ ์žฌ์ž‘์„ฑํ•˜๊ณ  ๊ธฐ๋กํ•ฉ๋‹ˆ๋‹ค.

Contributer



File Structure

  • ์ฑ…์˜ ์žฅ์„ ๊ธฐ์ค€์œผ๋กœ ํด๋”๋ฅผ ๋ถ„๋ฆฌํ•ฉ๋‹ˆ๋‹ค.
  • ๋™์ผํ•œ ์žฅ ๋‚ด์—์„œ ๋ณ€๊ฒฝ๋˜๋Š” ์ฝ”๋“œ๋“ค์€ Commit์œผ๋กœ ๊ธฐ๋กํ•ฉ๋‹ˆ๋‹ค.

Commit Convention

  • Example p.${page-number}-${example-number} ์˜ ํ˜•ํƒœ๋กœ ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค.
  • example-number ๋Š” ํŽ˜์ด์ง€์— ์—ฌ๋Ÿฌ๊ฐœ์˜ ์˜ˆ์ œ๊ฐ€ ์žˆ์„ ๋•Œ ์ถ”๊ฐ€ํ•ฉ๋‹ˆ๋‹ค.

Example p.43
Example p.50-1

About

๐Ÿ“„ Example code for the [Test Driven Development: By Example] book in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.0%
  • TypeScript 36.0%