-
Notifications
You must be signed in to change notification settings - Fork 2
Code Review
Hoseock Choi edited this page Feb 13, 2020
·
48 revisions
- Clean Code general
- Refactoring
- TDD(Test Driven Development)
- Software Performance - Big O
- Scalable Coding
- Secured Coding
- Language-Specific Good Coding Practice
- C/C++
- Java
- C#
- Server Communication Module (Daemon or Service Application without User Interface)
- User Interactive Client on Device Module
- SDK Module (Providing API to the other application)
- Online Survey regarding Code Review - VD Service SW Lab
- Apply CircleCI as Continuous Integration tool to my project
- Committee Activity I do
- Test Double
- Fixture (Minimal/Standard/Fresh/Shared)
- Transient
- SUT(System Under Test)
- Setup -> Exercise -> Verify -> Teardown
- Test Stub/Spy/Mock
- Dependency Injection
- Humble Object
- DOC(Depend on Component)
- Verify(state/behavior)
- Obscure Test
- Eager Test
- Mystery Guest