Skip to content

스트리트 코더 sprint 9 - 이근주#659

Open
GeunJuLEE wants to merge 1 commit intomainfrom
geunju-lee/20260501
Open

스트리트 코더 sprint 9 - 이근주#659
GeunJuLEE wants to merge 1 commit intomainfrom
geunju-lee/20260501

Conversation

@GeunJuLEE
Copy link
Copy Markdown
Contributor

No description provided.

@GeunJuLEE GeunJuLEE added 2026 Street Coder: The Rules to Break and How to Break 스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드! labels May 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

우측에 있는 Projects, Milestone, Development를 확인 후 할당 해주세요~! 🙇

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a comprehensive summary and reflection on chapters 7 through 9 of 'Street Coder,' focusing on optimization priorities in modern backend systems, scalability trade-offs between threads and coroutines, and strategies for error management and logging. The review feedback suggests improving the document's structural hierarchy by using a top-level header, maintaining consistent capitalization for the word 'Chapter,' and standardizing the casing or translation of technical terms like 'Thread' and 'Coroutine' to ensure stylistic consistency throughout the text.

@@ -0,0 +1,420 @@
## 7 ~ 9장
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

문서의 계층 구조를 명확히 하기 위해 최상위 제목은 #을 사용하는 것이 좋습니다. 현재 ##가 최상위 제목(1행)과 각 장의 제목(5, 108, 274행)에 동일하게 사용되고 있어 문서의 구조적 위계가 불분명합니다.

Suggested change
## 7 ~ 9장
# 7 ~ 9장

---


## chapter 7 - 자기주장이 뚜렷한 최적화
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

'chapter'를 'Chapter'로 대문자화하여 고유 명사로서의 일관성을 유지하는 것이 좋습니다. 이 변경사항은 108행과 274행에도 동일하게 적용하는 것을 권장합니다.

Suggested change
## chapter 7 - 자기주장이 뚜렷한 최적화
## Chapter 7 - 자기주장이 뚜렷한 최적화


### Thread에 대한 생각

책에서는 thread 사용에 대해 꽤 보수적인 입장을 취한다.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

'thread', 'coroutine', 'context' 등 기술 용어의 첫 글자를 대문자로 표기하거나('Thread', 'Coroutine', 'Context'), 한글 용어('스레드', '코루틴', '컨텍스트')를 사용하여 문서 내 다른 고유 명사(JVM, Kotlin 등)와 표기 일관성을 맞추는 것이 좋습니다.

Suggested change
책에서는 thread 사용에 대해 꽤 보수적인 입장을 취한다.
책에서는 Thread 사용에 대해 꽤 보수적인 입장을 취한다.

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

Labels

2026 Street Coder: The Rules to Break and How to Break 스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants