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

[오혜성] 2장: 실용주의 접근법 #5

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

hyesungoh
Copy link
Member

:godmode:

@hyesungoh hyesungoh self-assigned this Jul 28, 2024
@hyesungoh hyesungoh changed the title [2장] 오혜성: 시룔주의 접근법 [2장] 오혜성: 실용주의 접근법 Jul 28, 2024
@github-actions github-actions bot added the 2장 label Jul 28, 2024
@hyesungoh hyesungoh changed the title [2장] 오혜성: 실용주의 접근법 [오혜성] 2장: 실용주의 접근법 Jul 29, 2024
Copy link
Member

@sjoleee sjoleee left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@Orchemi Orchemi left a comment

Choose a reason for hiding this comment

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

👍

+ shy code를 작성해라
+ 불필요한 어떤 것도 다른 모듈에 보여주지 않으며, 다른 모듈의 구현에 의존하지 않는 코드

> '구현을 인터페이스에 노출하지 않기'를 선호합니다
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 관련해서 개발적인 노하우를 공유하는 자리가 있어도 재밌겠군요

* 누군가 추정에 대해 물으면?
+ 잠시 시간을 내어 더 정확한 추정치를 알려주자 ~

> 개인적으로 사용하고 있는 방법은, 많은 분들이 읽으셨을 '함께 자라기'에서 찾은 방법인데요.
Copy link
Collaborator

Choose a reason for hiding this comment

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

많은 분들 중에 제가 포함이 안 되어 그런데 찾아보니 애자일과 관련된 저자와 책이더군요..
추천해주실만한 책인가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

굉장히 얇고 후루룩 읽기 좋아서 저는 재밌게 읽었어요!

업무에서의 애자일보다 삶에서의 애자일을 다루는 느낌이랄까나요 ..

Comment on lines +54 to +55
* 단위 테스트는 직교성을 테스트해 볼 수 있는 흥미로운 작업
+ 여러 모듈을 모킹한다면 낮다고 볼 수 잇음
Copy link
Member

Choose a reason for hiding this comment

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

???: 테스트 하기 좋은 코드가 좋은 코드다.
옛날엔 몰랐는데 이제는 조금씩 이해되는, ,

제 코드는 모킹 없인 안 돼요~

Copy link
Collaborator

Choose a reason for hiding this comment

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

Mocking이면 모든게 해결된다고~

Copy link
Collaborator

@Dongkyuuuu Dongkyuuuu left a comment

Choose a reason for hiding this comment

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

👍👍👍👍


소프트웨어 개발의 모든 차원에 적용가능한 팁과 요령이 있고 이에 대한 장

## 중복의 해악
Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. 처음부터 중복을 고려하며 설계하기
  2. 일단 만들고 나중에 중복 없애기

중복을 해결한다라는 관점에서 어떤 방식을 더 선호하시나요?

Copy link
Member Author

Choose a reason for hiding this comment

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

저는 닥후입니다

왜냐하면 처음부터 잘만들려고 만들었다가 아무도 안써서 삭제되는 기능이 더럿 있었기 때문이죠 ...

빨리 하는 것도 중요한 가치일 거같고요!

+ 컴포넌트들에 명확하고 잘 정의된 책임이 할당되어 있다면 구현자들이 미처 생각하지 못했던 방식으로 새로운 컴포넌트와 결합할 수 있음
+ 시스템이 더 느슨하게 결합되어 있을수록 재설정하고 리엔지니어링하기 쉽다

> 더 변화에 유연한 것과 사용하기 편한 것의 중용이 중요하다 생각하기도 ..
Copy link
Collaborator

Choose a reason for hiding this comment

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

요즘 느끼는건데 결국 단순한게 변화에 유연하고 사용하기 편한 것 같더라고요!!


* 코드의 결합도
+ shy code를 작성해라
+ 불필요한 어떤 것도 다른 모듈에 보여주지 않으며, 다른 모듈의 구현에 의존하지 않는 코드
Copy link
Collaborator

Choose a reason for hiding this comment

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

꿈의 코드

Comment on lines +54 to +55
* 단위 테스트는 직교성을 테스트해 볼 수 있는 흥미로운 작업
+ 여러 모듈을 모킹한다면 낮다고 볼 수 잇음
Copy link
Collaborator

Choose a reason for hiding this comment

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

Mocking이면 모든게 해결된다고~

+ 추정치를 기록하고 이후 얼마나 정확했는지 비교하자
+ 잘못되었다면 왜 달라졌는지 원인을 찾자. 이를 통해 다음 추정은 더 정확해질 것

> 회사에서 최근에 추정치를 기록하고 있는데.. 마주볼 시간이 없긴 하네요
Copy link
Collaborator

Choose a reason for hiding this comment

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

오... 어떻게 기록하는지 궁금하네요

> 회사에서 최근에 추정치를 기록하고 있는데.. 마주볼 시간이 없긴 하네요

* 누군가 추정에 대해 물으면?
+ 잠시 시간을 내어 더 정확한 추정치를 알려주자 ~
Copy link
Collaborator

Choose a reason for hiding this comment

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

아 대충 한달 걸린다니까요~ ㅋㅋㅋㅋㅋㅋㅋㅋ

@hyesungoh hyesungoh merged commit dd5a47f into main Aug 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants