Conversation
|
우측에 있는 |
There was a problem hiding this comment.
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장 | |||
| --- | ||
|
|
||
|
|
||
| ## chapter 7 - 자기주장이 뚜렷한 최적화 |
|
|
||
| ### Thread에 대한 생각 | ||
|
|
||
| 책에서는 thread 사용에 대해 꽤 보수적인 입장을 취한다. |
There was a problem hiding this comment.
jongfeel
left a comment
There was a problem hiding this comment.
논의주제가 있었다면 좋았을 것 같습니다.
꼭 논의를 해야 하는 주제가 없다면
같이 얘기하고 싶은 리뷰 포인트를 준비해 주셔도 좋을 것 같습니다.
No description provided.