[Eng] Chapter 0: Intro _ 효율적인 공부 방법, 꼭 알아야 할 구동사

Chaewon Yoon (Jamie)·2023년 4월 14일
0

영어를 효율적으로 공부하려면 어떻게 해야 하는가?

단복수, 관사, 어순, 전치사 개념에 유의

1. 단복수(Singular / Plural)의 중요성

I was playing video games yesterday.

These issues are awaiting triage.

The functions that make up the contract, and that users and contracts can call are mint and send.

2. 관사(Article)

There is a PR fixing the critical issue. The PR requires at least 1 approval.
처음에는 문장을 의식적으로 구성하고 오류가 없는지 체크해야 한다. (자연스러워질 때까지)

X: An advice on improving the performance of the code
O: Advice on improving the performance of the code? (셀 수 없는 명사 Advice)
exception) 대상이 특정한 경우: The advice was helpful(O)

X: I wrote many codes today.
O: I wrote a log of code today.

exception) Codes of conduct(행동규범), A code of conduct (code: 집단의 법규, 규칙을 뜻할 경우 셀 수 있음)

3. 대명사 생략X (Non pro-drop language) 대명사 미탈락 언어

영어는 대화에서 화자와 청자를 명확하게 구분함
언어적으로 나와 타인을 구분 => 개인주의적인 문화

4. 어순 (Word order)

There are several guides for kernel developers and users.
커널 개발자와 사용자를 위한 몇 가지 가이드가 있습니다. (주어, 목적어, 동사)

5. 전치사 (Preposition)

The latest commits (in / at / on) the base branch includes a wrong API call.
Also, some text (in / at / on ) the footer has typos.

=> on / in
주로 branch 앞에 on
header, footer와 같은 웹사이트 구성 요소 in

=> 동사에 따라 전치사 달라지기도 함

  • If required commit signing is enabled on a branch, you won't be able to push any commits to the branch that are not signed and verified.

  • Merge a feature branch into the base branch.

-- enable on a branch 브랜치에서 활성화되다
-- push commits to the branch 커밋을 브랜치에 추가하다.
-- merge a branch into the base branch.

6. 구동사 (Phrasal verb)

verb + adverb or preposition = phrasal verb

ex) 반드시 숙지해야 할 구동사

  • sign up : 계정을 등록하다.

  • sign in : 로그인하다.

  • sign out : 로그아웃하다

  • opt in / out : (메시지나 광고를 수신하도록) 선택하다 / 배제하다, (정보 제공을) 동의하다 / 철회하다

  • Boot up : 부팅하다, 시작하다
    My laptop is booting up

  • Hook up : 선을 연결하다
    How should I hook up this Internet cable?

  • Pull down: (메뉴나 대화상자에서) 선택하다
    Right-click the file and pull down to "Save as...".

  • Key in: 입력하다
    The password is too complicated to key in.

  • Look over: 살펴보다 (유의어: Run through)
    Let me look over the pull request.

  • Go over: 자세히 보다
    I went over the code thoroughly.

  • Go offline / online : 오프라인 / 온라인 상태가 되다.
    Let me get back to you as soon as I go online.

  • Ask for : 요청하다, 찾다
    Ask for the manager for confirmation.

profile
keep growing as a web developer!🧃

0개의 댓글