Skip to content

Add debug log when click start button#10

Merged
tttghost merged 1 commit intomainfrom
8-시작하기-버튼-클릭-시-로그-출력
Jul 25, 2024

Hidden character warning

The head ref may contain hidden characters: "8-\uc2dc\uc791\ud558\uae30-\ubc84\ud2bc-\ud074\ub9ad-\uc2dc-\ub85c\uadf8-\ucd9c\ub825"
Merged

Add debug log when click start button#10
tttghost merged 1 commit intomainfrom
8-시작하기-버튼-클릭-시-로그-출력

Conversation

@jongfeel
Copy link
Copy Markdown
Collaborator

해당 이슈에 설계한 내용대로 구현 및 반영
리뷰 하면서 물어보고 싶은 거 물어보셔도 됩니다.

image

close #8

@jongfeel jongfeel added the enhancement New feature or request label Jul 25, 2024
@jongfeel jongfeel requested a review from tttghost July 25, 2024 10:39
@jongfeel jongfeel self-assigned this Jul 25, 2024
@jongfeel jongfeel linked an issue Jul 25, 2024 that may be closed by this pull request
@tttghost
Copy link
Copy Markdown
Owner

tttghost commented Jul 25, 2024

해당 브랜치의 이름에 8이 의미가 있나요!??
8이 해당이슈의 넘버링인것 발견했습니다.
관습적인 롤의 브랜치명인가요?

@tttghost
Copy link
Copy Markdown
Owner

기본 브랜치 설정에서 다른 서브브랜치를 풀리퀘스트를 강제머지를 막을 수 있나요?

@tttghost
Copy link
Copy Markdown
Owner

룰정하는것 gpt에게 물어봐서 나오는것 확인했습니다. 수정토록하겠습니다.


public class Manager : MonoBehaviour
{
public void OnStart() => Debug.Log("Start!");
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

함수는 우리 회사의 코드컨벤션 룰 상 { } 로 가야 할 것 같습니다.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

start a review는 무엇일까요?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

class naming이 중복될 우려가 있습니다. 다른 이름 부탁드립니다.

@tttghost
Copy link
Copy Markdown
Owner

add single comment와 start a review 이해했습니다.
단순코멘트인지 리뷰용코멘트인지
그리고 라인 리뷰 하는것 예전에 설명해주신부분도 이해 되었습니다.

Copy link
Copy Markdown
Owner

@tttghost tttghost left a comment

Choose a reason for hiding this comment

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

코드컨벤션 상 수정이 필요해 보이나 기능상의 문제가 없기때문에 저는 패스하겠습니다.


public class Manager : MonoBehaviour
{
public void OnStart() => Debug.Log("Start!");
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

start a review는 무엇일까요?

Copy link
Copy Markdown
Owner

@tttghost tttghost left a comment

Choose a reason for hiding this comment

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

잘 작동합니다. 수고하셨습니다.

@tttghost tttghost merged commit c4bde18 into main Jul 25, 2024
@tttghost
Copy link
Copy Markdown
Owner

와... 한 사이클 돌렸습니다.
감사합니다.

@tttghost tttghost deleted the 8-시작하기-버튼-클릭-시-로그-출력 branch July 25, 2024 13:26
@tttghost
Copy link
Copy Markdown
Owner

tttghost commented Jul 25, 2024

close #8 을 하게되면 pullrequest가 완료 될 시에 자동으로 issue도 close가 되는 것인가요?
-> 기능 keyword가 있는 것 확인했습니다. 이해했습니다.

@jongfeel
Copy link
Copy Markdown
Collaborator Author

이 리뷰를 통해 결정해야 하는 것

Code style, One line code to lambda expression.

한 줄 코드는 람다 표현식 쓸지, block body로 쓸지는 정하면 됩니다.

Merge actioner

회사마다 룰이 다른데
리뷰 요청한 사람이 리뷰가 된 걸 확인하고 merge 버튼을 누르는 방법과
리뷰한 사람이 리뷰하고 merge 버튼을 누르는 방법이 있습니다.
이것도 결정하면 됩니다.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

시작하기 버튼 클릭 시 로그 출력

2 participants