Skip to content

Instantly share code, notes, and snippets.

View uptown's full-sized avatar
🦖
T-rex

Mark Juyoung Lee uptown

🦖
T-rex
View GitHub Profile
@uptown
uptown / clean_code.md
Last active August 10, 2022 08:59 — forked from wojteklu/clean_code.md
Summary of 'Clean code' by Robert C. Martin

클린코드란?

  • 팀의 모든 사람에게 쉽게 이해되는 코드가 있다면, 그거시 바로 클린코드 입니다.

클린코드의 아름다운 모습

  • 클린 코드는 Author 외에도 읽고 개선할 수 있어야합니다. 그것을 바탕으로 모든게 쉬워집니다.
    • 읽기 쉽고
    • 수정하기 쉽고
    • 확장도 쉽고
    • 유지보수도 쉽고
//
// NSAttributedString+format.m
// Chatterbox
//
// Created by Brent Royal-Gordon on 2/7/14.
// Copyright (c) 2014 Architechies. All rights reserved.
//
#import "NSAttributedString+format.h"