Skip to content

aaronnzhang/twuc-tdd-practice-f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

需求

You are given strings of different lengths.

If the number of vowels (aeiou) are more than 30% of the string length then insert ‘mommy’ for each continuous set of vowels.

要求

  • 使用TDD方式实现上述需求,注意TDD Cycle(红-绿-重构)
  • YAGNI
  • 小步提交
  • TIPS:注意测试用例的完整性

How to Run

In your terminal

npm install

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published