Slide 12
Slide 12 text
Create code templates Study session for components
Preparation
© 2022 Yahoo Japan Corporation
Ad serving system is …
func getAd(request, user) Ad {
// TODO
} type Ad strunct {
// TODO
}
type Boundary {
getAd(request, user) Ad
}
Development by multiple people System and teams are separated
Tidy functions
Necessary Unnecessary
A B C
D
E
Too many complex functions
Share vision
Too many people related
System renewal !