https://github.com/gideokkim/google-cpp-style-guide-kr
Google C++ Style Guide 한글 번역
https://github.com/gideokkim/google-cpp-style-guide-kr
cpp google-style-guide google-style-guide-ko google-style-guide-kr korean translation
Last synced: about 2 months ago
JSON representation
Google C++ Style Guide 한글 번역
- Host: GitHub
- URL: https://github.com/gideokkim/google-cpp-style-guide-kr
- Owner: GideokKim
- License: apache-2.0
- Created: 2025-01-12T07:16:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T08:05:59.000Z (over 1 year ago)
- Last Synced: 2025-01-12T08:29:09.290Z (over 1 year ago)
- Topics: cpp, google-style-guide, google-style-guide-ko, google-style-guide-kr, korean, translation
- Homepage: https://gideokkim.github.io/google-cpp-style-guide-kr/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google C++ Style Guide - 한글 번역
이 저장소는 [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)의 한글 번역본을 제공합니다.
Google C++ Style Guide는 C++ 코드 작성 시 권장되는 스타일과 모범 사례를 정의한 문서입니다.
이 번역 프로젝트는 한국어 사용자들이 스타일 가이드를 더 쉽게 이해하고 활용할 수 있도록 돕기 위해 시작되었습니다.
---
## 📌 프로젝트 개요
- **원작**: [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
- **라이선스**: [Apache License 2.0](./LICENSE)
- **번역 목적**: 한국어 사용자들이 Google의 C++ 스타일 가이드를 보다 쉽게 접근할 수 있도록 지원.
---
## 📂 디렉토리 구조
```
repository/
├── LICENSE # 라이선스 파일
├── NOTICE # 원작 정보 고지
├── README.md # 프로젝트 소개
├── google cpp style guide/ # 번역 중인 원문 및 번역본 파일
└── docs/ # 추가 문서 (기여 가이드, 참고 자료 등)
```
---
## 🚀 진행 상황
| 작업 내용 | 상태 | 완료 날짜 |
| ----------------------- | ---- | ---------- |
| 저장소 생성 | ✅ | 2025-01-12 |
| 기본 설정 진행 | ✅ | 2025-01-12 |
| GitHub Pages 설정 | ✅ | 2025-01-12 |
| C++ Version | ✅ | 2025-11-19 |
| Header Files | 🔥 | 2025-12-31 |
| Scoping | 🔥 | 진행중 |
| Classes | ❌ | - |
| Functions | ❌ | - |
| Google-Specific Magic | ❌ | - |
| Other C++ Features | ❌ | - |
| Inclusive Language | ❌ | - |
| Naming | ❌ | - |
| Comments | ❌ | - |
| Formatting | ❌ | - |
| Exceptions to the Rules | ❌ | - |
> **Note:** 번역 상태는 계속 업데이트될 예정입니다.
## 📖 참고 자료
- [Google C++ Style Guide (원문)](https://google.github.io/styleguide/cppguide.html)
- [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)