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

Lee Ho Seong #10

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d9bee02
Initial commit
jihwooon Dec 11, 2023
bd6746e
update, draw 함수 리팩터링
leon-808 Dec 19, 2023
f964ca5
ch01 예제 세가지 풀이와 eslint 따옴표 해결
leon-808 Dec 19, 2023
d6e7cb1
sum.test.ts 풀이
leon-808 Dec 20, 2023
87b1262
Input 인터페이스, 클래스로의 코드 이관
leon-808 Dec 21, 2023
f268a65
신호등 기능 interface, class 로의 코드 이관 및 테스트
leon-808 Dec 21, 2023
78ab05a
타일 Interface, Class 로의 코드 이관 및 에러
leon-808 Dec 21, 2023
21c83cb
Map 변수, 생성 함수로 에러 해결 및 PR 제언 토대로 수정
leon-808 Dec 21, 2023
207897b
Remove 메서드 전문화, colorOfTile 클래스로 코드 이관
leon-808 Dec 22, 2023
ab5ae4c
if 문 추가 이관을 통해 color 를 draw 함수로 변경
leon-808 Dec 22, 2023
f223e7b
moveHorizontal, Vertical 인라인화
leon-808 Dec 22, 2023
6733d98
stony, boxy 메서드 추가 및 stone, box 클래스 리팩터링
leon-808 Dec 27, 2023
a8e4e99
.prettierignore 파일 무시
leon-808 Dec 27, 2023
44826c2
조건문에서 부수적인 동작 분리
leon-808 Dec 27, 2023
755dc54
updateTile 인라인화와 불필요한 코드 정리
leon-808 Dec 29, 2023
5a9d2f1
FallStrategy 클래스로 코드 이관 및 메소드 통합
leon-808 Dec 29, 2023
6068dff
Array.ts 전략 패턴 적용
leon-808 Jan 2, 2024
20ecf29
Processor 인터페이스를 생성해 유사한 클래스 통합
leon-808 Jan 2, 2024
f50acda
remove 함수를 하나로 통합하기 위한 인터페이스 도입
leon-808 Jan 2, 2024
0983348
Key 와 Lock 클래스의 통합
leon-808 Jan 2, 2024
7474c00
전략 패턴 적용을 위한 KeyConfiguration 클래스 도입
leon-808 Jan 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.vscode
.prettierignore
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gitingore 파일에 .prettierignore 를 추가하셨네요. 현재 커밋에서는 이 설정이 어떤 의도로 추가 되어 있는지를 알 수가 없습니다. 해당 파일을 따로 커밋을 두고 의도를 설명하는 편이 좋을 것 같습니다.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 원자적으로 커밋을 나눠야 하나 보네요.
.prettierignore 파일은 이 프로젝트 전반에 prettier 가 작동하지 않도록 하는 파일입니다.
reset 해서 커밋을 나눠보도록 하겠습니다.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 파일만 따로 커밋을 잘 나누셨네요~! 이 부분을 어떻게 해결했는지 블로그나 글로 작성하셔도 좋을 것 같습니다~!

node_modules
dist
Loading