[테크니컬 라이팅] 페토(정찬호) 미션 제출합니다.#1064
Open
chanho0908 wants to merge 10 commits intowoowacourse:chanho0908from
Open
[테크니컬 라이팅] 페토(정찬호) 미션 제출합니다.#1064chanho0908 wants to merge 10 commits intowoowacourse:chanho0908from
chanho0908 wants to merge 10 commits intowoowacourse:chanho0908from
Conversation
Revised sections on Android memory management, allocation techniques, and fragmentation. Improved clarity and consistency in explanations.
wondroid-world
left a comment
There was a problem hiding this comment.
✅ 칭찬할 부분 3가지
-
구조적이고 논리적인 전개
개요 → 메모리 구조 → 주소 체계 → 할당 정책 → 단편화 → 가상 메모리 → 페이징으로 이어지는 흐름이 명확하고, 독자가 점진적으로 이해할 수 있도록 설계되어 있습니다.
-
시각 자료를 통한 이해도 향상
각 개념(프로세스 구조, 단편화, 페이징 등)에 적절한 이미지가 포함되어 있어, 텍스트만으로 이해하기 어려운 내용을 시각적으로 보완합니다.
-
기술적 정확성과 용어 일관성
코드, 데이터, 힙, 스택 등 주요 메모리 영역에 대한 정의가 명확하며, 용어가 일관되게 사용되어 전문성을 높였습니다.
⚙️ 수정하거나 보완하면 좋을 점 3가지
-
중복 문장 및 표현 정리 필요
“초기의 운영체제들은 연속 메모리 할당 방식을 사용했습니다.” 문장이 반복되므로 한 번만 남기고 삭제하는 것이 좋습니다.
-
용어 설명 보완
MMU, ART, Dalvik 등 기술 용어에 대해 간단한 비유나 예시를 추가하면 초보 독자도 쉽게 이해할 수 있습니다.
예: “MMU는 프로세스의 논리 주소를 실제 물리 주소로 바꿔주는 일종의 ‘주소 번역기’입니다.”
-
이미지 출처와 접근성 개선
GitHub user-attachments 이미지는 출처를 명시하고, 반응형(width="100%")으로 변경하면 다양한 화면에서도 가독성이 높아집니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.