byyoungjin / blog_front

0 stars 0 forks source link

make rules on argument architecture #13

Closed byyoungjin closed 4 years ago

byyoungjin commented 4 years ago

It's hard to remember the architecture of arguments It coulde be arrays, object, or just a value. It is mixed up now. Lets make some rules and refine it

byyoungjin commented 4 years ago
  1. api name

    • use Method correctly
    • not include method in identifier
  2. parameter

    • use object architecture if possible
    • look into actions , api request, response parmeter
  3. apply architecture on socialClient

byyoungjin commented 4 years ago

https://www.youtube.com/watch?v=YazDWUPh_xs&list=PL8VbCbavWfeEvyUo5qCEw96LNjPR5rR2k&index=2

byyoungjin commented 4 years ago
byyoungjin commented 4 years ago

typescript 이용해서 적용해볼것