당신이 사용하는 언어를 탓하지 말라. 코드를 아름답게 만드는 것은 프로그래머이다.
- Ward Cunningham
코드는 한편의 잘 쓴 산문처럼 읽혀야한다
- Martin Fowler
당신이 사용하는 언어를 탓하지 말라. 코드를 아름답게 만드는 것은 프로그래머이다.
- Ward Cunningham
코드는 한편의 잘 쓴 산문처럼 읽혀야한다
- Martin Fowler
| # Create empty branch. | |
| git checkout --orphan review | |
| git rm -rf . | |
| git commit --allow-empty -m "Create empty branch" | |
| git push --set-upstream origin review | |
| # Create `project` branch from `master` current state. | |
| git checkout -b project | |
| git merge master --allow-unrelated-histories | |
| git push --set-upstream origin project |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)