Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CS 리펙토링 #1

Closed
bepyan opened this issue Nov 23, 2021 · 4 comments · Fixed by #4, #6, #7, #5 or #9
Closed

CS 리펙토링 #1

bepyan opened this issue Nov 23, 2021 · 4 comments · Fixed by #4, #6, #7, #5 or #9
Labels

Comments

@bepyan
Copy link
Contributor

bepyan commented Nov 23, 2021

운영방침

키워드를 중심으로 개념을 정리한다. 완벽하게 답안을 작성할 필요는 없다. 면접에서의 주요 포인트만 짚어줘도 된다.
✨ 다른 사람과 미래의 나를 돕는다는 취지
🗡 적어도 1주일에 1번은 PR를 하도록 하자.

브랜치

자기가 작성하는 분야를 branch로 파고 이후 이슈로 계속 pull request 한다.

모두 승인을 해줘야지 main으로 merge가 된다. 오타라던가 수정이 필요한 부분이 있으면 서로 피드벡해주자.

ex. data-structure/bepyan

컨벤션

markdown snipset

Code → Perferences → User Snippets → markdown

작성하여 저장하고 prefix에 있는 value를 타이핑하면 템플릿이 매핑된다.

토글 만들 때 쓰는 템플릿

"details": {
    "prefix": "details",
    "body": [
      "<details>",
      "<summary>&nbsp; $0</summary>",
      "<p>",
      "",
      "- ",
      "",
      "</p>",
      "</details>",
      "",
      "<br>",
      ""
    ]
  },

컨텐츠 만드는 템플릿

"content": {
    "prefix": "content",
    "body": [
      "",
      "### $0",
      "",
      "`keyword` `example` ",
      "",
      "",
      "<details>",
      "<summary>&nbsp; 상세 포인트</summary>",
      "<p>",
      "",
      "- ",
      "",
      "</p>",
      "</details>",
      "",
      "<br>",
      "",
      "#### 점검할 주요 포인트",
      "",
      "`동적할당`",
      "",
      "<details>",
      "<summary>&nbsp; </summary>",
      "<p>",
      "",
      "- ",
      "",
      "</p>",
      "</details>",
      "",
      "<br>",
      "",
      "---",
      ""
    ]
  }
@bepyan bepyan added the 규칙 label Nov 23, 2021
@bepyan bepyan pinned this issue Nov 23, 2021
@RokwonK RokwonK assigned RokwonK, bepyan and ondal1997 and unassigned RokwonK and bepyan Nov 23, 2021
@ondal1997 ondal1997 linked a pull request Nov 23, 2021 that will close this issue
@bepyan bepyan changed the title 너와 나의 메모리 CS 리펙토링 Nov 23, 2021
@ondal1997 ondal1997 linked a pull request Nov 28, 2021 that will close this issue
@ondal1997
Copy link
Member

  • 심화 부분만 별도로 표시!
  • 공부한 자료링크를 표시
  • 목차가 방대해지면 나누기
  • 기출 문제 (K 사) 표시하기

@bepyan
Copy link
Contributor Author

bepyan commented Nov 28, 2021

  • 토글될 때 위아래로 separtor 표시하기
  • 다음에 keyword 표시하는 것을 비교하기

@ondal1997 ondal1997 linked a pull request Dec 4, 2021 that will close this issue
@ondal1997 ondal1997 reopened this Dec 4, 2021
@RokwonK RokwonK linked a pull request Dec 4, 2021 that will close this issue
@bepyan
Copy link
Contributor Author

bepyan commented Dec 5, 2021

  • 목차를 토글 시키기 (상단)
  • 레이아웃
    image
  • readme 목차 위에 인트로 2-3줄을 작성하자.

@bepyan bepyan closed this as completed in #6 Dec 5, 2021
@bepyan bepyan reopened this Dec 5, 2021
@bepyan bepyan linked a pull request Dec 5, 2021 that will close this issue
@RokwonK RokwonK linked a pull request Dec 12, 2021 that will close this issue
@bepyan
Copy link
Contributor Author

bepyan commented Dec 12, 2021

이번주는 쉽니다 ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment