Skip to content

Latest commit

 

History

History
113 lines (111 loc) · 2.76 KB

naming.md

File metadata and controls

113 lines (111 loc) · 2.76 KB

naming-book

  • 생성 : create, make, build, yield,
  • 추가 : add, insert,
  • 수정 : modify, update,
  • 삭제 : remove, delete
  • 관리 : manage
  • 보기 : show, display,
  • 동기 : sync, refresh, reload
  • 유효성 검사 : check ( 반환값 void ), validate
  • 실행 : do, execute, process, fire, request, call, load
  • 찾기 : find, search
  • 추출 : extract
  • 반환, 조회 : get, select,
  • 채우기 : fill, inject, set, input
  • 포함 : contain, has, is, can
  • 변환 : map, convert
  • 조작 : toggle, handle
  • 이동 : move, navigate, shift, animate
  • 시작 : start, begin
  • 뒤로 : back, rollback,
  • 완료 : finish, done, complete
  • 리스너 : on
  • 요구 require, need,
  • etc invoke, with, enhance,

영문 단어 / 동의어 New - DB 사용시 설명

  • registered date regDttm 년월일시분초
  • updated date updDttm 년월일시분초 (이력을 남기는 용도의 테이블에서는 생성하지 않음)
  • upated id updId 이력 테이블 필수
  • date 'xxx'Date 년월일. ex) startDate
  • date 'xxx'Dttm 녈월일시분초. ex) startDttm
  • member member'Xxxxx' 고객관련
  • partner partner'Xxxxx'
  • back office user, staff boUser'Xxxxx'
  • service domain serviceDomain
  • delivery delivery
  • order order
  • price price
  • amount amount 매출액, 판매액 등
  • category category
  • management category mngCategory
  • refund refund
  • image img
  • count count
  • number 'xxx'Num
  • post code post, post1, post2 우편번호 앞, 뒤자리는 각각 1, 2를 붙여서 표현한다.
  • address addr, addr1, addr2 주소와 주소 상세로 나눈다.
  • mobile phone mobile 반드시 를 포함
  • phone number phoneNumber 반드시 를 포함
  • ip ip, 'xxx'Ip ex) remoteIp
  • email / email address email
  • mobile application app
  • mobile agent mobileAgent
  • short message service SMS
  • sender sender'Xxxxx'
  • receiver receiver'Xxxxx'
  • start start
  • end end
  • valid / effective valid 유효여부를 사용할 때에는 valid,isValid,validYn -> validYn 으로 통일
  • yes or no 'xxx'YN
  • status 'xxx'Status
  • password password, 'xxx'Password
  • subscribe subscribe ex) 구독(수신) 여부 (subscribeAgreeYN)
  • allow / accept / agree agree
  • source src trackcode 에서 사용
  • specific spec trackcode 에서 사용
  • token token, 'xxx'Token
  • key key, 'xxx'Key
  • connecting information CI, 'xxx'CI
  • duplication information DI, 'xxx'DI
  • version ver
  • session session
  • title 'xxx'Title
  • make / create make
  • secession secession
  • location location
  • area area
  • comment / opinion / content commnet
  • certification / verified / auth verified
  • reason reason
  • description description
  • block block
  • history history
  • detail detail
  • temparary temp
  • authority authority
  • terms, stipulation terms
  • join join
  • recommender recommender