-
Notifications
You must be signed in to change notification settings - Fork 51
August 8, 2018 Meeting Notes
Kwang Yul Seo edited this page Aug 9, 2018
·
5 revisions
- Host: Kodebox
- Date: Wed August 8th, 2018
- Time: 19:00 - 21:00 KST
- Location: 17F, 364, Gangnam-daero, Gangnam-gu, Seoul, Korea
- Attendees: 7
- Kwang Yul Seo (Kodebox), Seulgi Kim (Kodebox), Juhyung Park (Kodebox), Gilyoung Kim (Kodebox), Seung Woo Kim (Kodebox), Ji Young Song (SKT), Jun Beom Lee
Gilyoung Kim gave a presentation about CodeChain's updates that happened in the past 3 days.
Discussed what naming convention to use for test cases. Participants all agreed that "Feature to be tested" convention is simple and intuitive.
e.g.,
- is_not_an_adult_if_age_less_than_18
- fail_to_withdraw_money_if_account_is_invalid
- student_is_not_admitted_if_mandatory_fields_are_missing
- Add logic to limit expensive operations in script #563