Giter Club home page Giter Club logo

java-cote's Introduction

자바 코테 스터디 (IT's your life 5기)

2024년 알고리즘 스터디: "[Do it! 알고리즘 코딩테스트 자바편]

필수 문법 정리 Notion: https://maddening-bowler-d9b.notion.site/2b5bf40acfd7482ea632c41bfd4646b5

📍팀원

박수빈 서석현 공희진 배광민
이메일 [email protected] 3 [email protected] [email protected]
Git https://github.com/subin4420 6 https://github.com/heejinkong https://github.com/pangminwhere
백도현 오상민 오수민 이보윤
이메일 [email protected] [email protected] [email protected] [email protected]
Git https://github.com/dh1010a https://github.com/Asthux https://github.com/ssooomm https://github.com/BoyunLee


📍스터디 일정

총 기간 : 2024년 6월 4일 ~


2024년 6월

1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

2024년 7월

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31

2024년 8월

1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

2024년 9월

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30





📍스터디 룰

  • 개인 학습

    • 매주 정해진 분량에 따라 학습 후 코딩테스트 문제 풀이하여 Github Repositiory에 push
    • 풀이에 있어서 주석은 꼼꼼히 작성하여 서로의 코드리뷰를 원활하게 한다.
    • 팀 미팅에서 막혔던 부분이나 이해가 안되는 부분을 준비해온다.
  • 팀 미팅

    • 매주 화요일, 목요일에 진행
    • 문제 풀이 설명, 질의응답
    • 대면미팅을 기본으로 하고 강의실에서 진행


📍파일 관리

  • 각자 이름으로 구성된 폴더 내에 개인 스터디 내용을 정리하는 방식으로 진행

    • 초기 설정
    1. git clone {현재 레포지터리 주소}
      
    2. git pull origin main
      
    3. git checkout -b {브랜치 이름(폴더 이름과 동일한 이름 권장)}
      


    • 그 후 사용
    1. git status //본인 이름으로 된 브랜치명이 뜨는지 반드시 확인할 것.
      
    2. 자유롭게 내용 추가
    3. git add .
      git commit -m "커밋 컨벤션을 지킨 내용으로 작성"
      git push origin {본인 브랜치}
      
    4. merge 진행

🌊Pull Request convention

  • PR 제목 이름/n주차/푼 문제번호(여러개면 여러개)

  • Add a description : 문제 풀면서 어려웠던 점 or 접근 방법 or 풀지 못했다면 이유 (ex. ~식으로 접근했는데 안됐다, 접근 방법을 모르겠다.) 를 남겨야 다른 팀원들의 코드 리뷰를 통해 해결할 수 있습니다!

🌊Directory convention

src/{이름}/{n}주차/{플랫폼}{문제번호}_{이니셜2자}.java
ex) src/박수빈/week1/boj1234_wh.java

🌊Source file convention

  • 문제출처+문제번호_이름이니셜2자.java
    • 백준 - boj
    • 삼성 SW Expert Academy - swea
    • 프로그래머스 - pgs
    • ex) boj1234_wh.java

🌊Commit convention

git commit -m"add : 이름/n주차/문제번호"
ex) git commit -m"add : 박수빈/week1/boj1234"

수정하는 경우
git commit -m"fix : 박수빈/week1/boj1234" 

🌊commit message convention

  • feat: 새로운 기능 추가
  • fix: 버그 수정
  • docs: 문서
  • style: 포맷팅, 누락된 세미콜론 등
  • refactor: 코드 리팩토링
  • test: 테스트 관련
  • chore: 기타 수정
  • build: 빌드 시스템 또는 외부 의존성에 영향을 주는 변경
  • remove: 파일을 삭제


📍구조

  • 추후 작성


    


java-cote's People

Contributors

subin4420 avatar dh1010a avatar boyunlee avatar ssooomm avatar heejinkong avatar pangminwhere avatar asthux avatar shseo2732 avatar

Watchers

 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.