Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 391 Bytes

File metadata and controls

15 lines (9 loc) · 391 Bytes

Clean Code - Chapter 14

Successive Refinement in TypeScript

The repository has 4 branches:

  • 0-init: just some preparation for TypeScript writing
  • 1-end: clean Args of the beginning
  • 2-rought-draft: dirty Args before refactoring
  • 3-boolean-only: clean simple Args for booleans only
  • 4-boolean-and-string: rotting Args

Of course, the tests pass on all branches 😉