For Every new ticket
git checkout -b [name of the branch]
- Make pull requests
- Make a new branch
See Commit History
Refactor to do it in a functional way.
- Persisting state to the module
- Global Map
Instead of making state >> state relative to its state (Make them functional)
- the entire object just depends on the input.
- remove global variables
- functional testings (Knows what's passed)
- make them more generic with snapshot way
- black-box testing
White-box testing vs Black-box testing
- Black-Box
- Test >> don't know the internal structure
- White-Box
- Test >> know the internal structure
'BYU-Broadcast > ScreenSharing' 카테고리의 다른 글
[ScreenSharing] How to lower the cost of AWS? AWS Lambda vs AWS Fargate (0) | 2022.04.29 |
---|---|
[ScreenSharing] AWS CloudFormation, AWS SNS (0) | 2022.04.29 |
[ScreenSharing] AWS Lambda + ECS (0) | 2022.04.22 |
[ScreenSharing] Write Unit+Integration Tests with Docker (0) | 2022.04.22 |
[ScreenSharing] Process Env (0) | 2022.04.19 |