Upgrade to Pro — share decks privately, control downloads, hide ads and more …

XDD in Action & Go Testing

Buzzvil
February 27, 2019
310

XDD in Action & Go Testing

Buzzvil

February 27, 2019
Tweet

Transcript

  1. HELLO! I am Ben who hates duplicate code and not

    a methodical developer, so he needs software architecture and tests desperately. 2
  2. I have another ad I am trying to check (normal

    one). I see the allocation request to BA dev (and responds with the ad). However, it does not display on sample app. Can you give me the request with parameters? Did you check the Ad Group? func parseAdToCampaign(ad *buzzad_v1.Ad, allocReq *dto.AllocV1Request) *dto.CampaignV1 { if (ad.Type == "cpi") || (allocReq.SdkVersion < 1050 && (ad.Type == "cpc" || ad.Type == "cpm")) || //액션형 광고는 1050부터만 나가도록 (allocReq.SdkVersion < 1080 && ad.AdnetworkId == 54) { //cheetah adnetwork sdk version targetting : up to 1080 return nil } …. }
  3. Plug-ins standalone & independent Microkernel Architecture Product-based application Registry Core

    system 은 Plug-in 을 어디서 그리고 어떻게 구할수 있는지 알아야 함