KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
clean-code-java
★ 97
Open GitHub ↗
바쁜 현대인을 위한 클린코드 요약본 저장소
Download README (.md)
Explore Similar Repositories
age-plugin-fido2-hmac
:
Age plugin to encrypt files with fido2 tokens using the hmac-secret extension and non-discoverable credentials.
casdoor-old
:
An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, WebAuthn, TOTP and MFA
delta-sharing-rs
:
A Minimalistic Rust Implementation of Delta Sharing Server.
Orleans.Multitenant
:
Secure, flexible tenant separation for Microsoft Orleans
semantic-segmentation-ml-pipeline
:
Machine Learning Pipeline for Semantic Segmentation with TensorFlow Extended (TFX) and various GCP products
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
clean-code-java
?
Download (.md)
## 바쁜 현대인들을 위한 클린 코드 요약본 저장소<br> * 출퇴근 시간에 틈틈이 보기 위해 정리한 요약본입니다. * [클린 코드](http://www.kyobobook.co.kr/product/detailViewKor.laf?mallGb=KOR&ejkGb=KOR&barcode=9788966260959)를 공부하며 요약하고, 가독성 있게 정리했습니다.<br> <br> * 깃헙 앱을 받아서 보시면 더 편합니다. * [안드로이드](https://play.google.com/store/apps/details?id=com.github.android&hl=ko&gl=US) * [iOS](https://apps.apple.com/kr/app/github/id1477376905) ## 링크 ### 요약 완료 1. [인트로](https://github.com/cyw320712/clean-code-java/blob/master/src/1.%20introduction.md) 2. [작명법](https://github.com/cyw320712/clean-code-java/blob/master/src/2.%20naming.md) 3. [함수](https://github.com/cyw320712/clean-code-java/blob/master/src/3.%20function.md) 4. [주석](https://github.com/cyw320712/clean-code-java/blob/master/src/4.%20comment.md) 5. [형식](https://github.com/cyw320712/clean-code-java/blob/master/src/5.%20formatting.md) 6. [객체와 자료구조](https://github.com/cyw320712/clean-code-java/blob/master/src/6.%20object%26datastructure.md) ### 요약 전 7. [오류처리](#오류처리) 8. [경계](#경계) 9. [단위테스트](#단위테스트) 10. [클래스](#클래스) 11. [시스템](#시스템) 12. [창발성](#창발성) 13. [동시성](#동시성) 14. [점진적인 개선](#점진적인-개선) 15. [JUnit](#JUnit) 16. [SerialDate](#SerialDate) 17. [냄새와 발견법](#냄새와-발견법)