Git Product home page Git Product logo

swift-jsonparser's Introduction

진행 방법

  • JSON 문자열 분석기 요구사항을 파악한다.
  • 요구사항에 대한 구현을 완료한 후 자신의 github 아이디에 해당하는 브랜치에 Pull Request(이하 PR)를 통해 코드 리뷰 요청을 한다.
  • 코드 리뷰 피드백에 대한 개선 작업을 하고 다시 PUSH한다.
  • 모든 피드백을 완료하면 다음 단계를 도전하고 앞의 과정을 반복한다.

코드 리뷰 과정

저장소 브랜치에 자신의 github 아이디에 해당하는 브랜치가 존재해야 한다.

자신의 github 아이디에 해당하는 브랜치가 있는지 확인한다.

  1. 자신의 github 아이디에 해당하는 브랜치가 없는 경우 브랜치 생성 요청 채널을 통해 브랜치 생성을 요청한다. 프로젝트를 자신의 계정으로 fork한다. 저장소 우측 상단의 fork 버튼을 활용한다.

  2. fork한 프로젝트를 자신의 컴퓨터로 clone한다.

git clone https://github.com/{본인_아이디}/{저장소 아이디}
ex) https://github.com/godrm/swift-jsonparser
  1. clone한 프로젝트 이동
cd {저장소 아이디}
ex) cd swift-jsonparser
  1. 본인 아이디로 브랜치를 만들기 위한 checkout
git checkout -t origin/본인_아이디
ex) git checkout -t origin/godrm
  1. commit
git status //확인
git rm 파일명 //삭제된 파일
git add 파일명(or * 모두) // 추가/변경 파일
git commit -m "메세지" // 커밋
  1. 본인 원격 저장소에 올리기
git push origin 본인_아이디
ex) git push origin godrm
  1. pull request
  2. pull request는 github 서비스에서 진행할 수 있다.
  3. pull request는 반드시 original 저장소의 브랜치와 fork한 자신의 저장소 브랜치 이름이 같아야 하며, 브랜치 이름은 자신의 github 아이디여야 한다.
  4. code review 및 push
  5. pull request를 통해 피드백을 받는다.
  6. 코드 리뷰 피드백에 대한 개선 작업을 하고 다시 PUSH한다.

앞의 코드 리뷰 과정은 영상 보기 를 통해 참고 가능

실습 중 모든 질문은 슬랙 채널에서...

swift-jsonparser's People

Contributors

godrm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.