Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marocchino/refactoring-ruby-edition
리팩토링 루비 에디션 소스코드 (비공식)
https://github.com/marocchino/refactoring-ruby-edition
Last synced: 24 days ago
JSON representation
리팩토링 루비 에디션 소스코드 (비공식)
- Host: GitHub
- URL: https://github.com/marocchino/refactoring-ruby-edition
- Owner: marocchino
- Created: 2013-01-30T16:41:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T08:28:46.000Z (over 10 years ago)
- Last Synced: 2024-04-15T14:00:55.548Z (7 months ago)
- Language: Ruby
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 리팩토링 루비 소스 코드
1. 공부하면서 깨작거린 코드를 커밋합니다.
2. 현재 6챕터 읽는중!## 파일의 이름 규칙
- 챕터는 디랙토리로 구분
- 책에서 파일이름을 지정했다면 그이름을 우선적으로 사용
- 아무 설명도 없었다면 `패턴_이름_번호_before.rb` -> `패턴_이름_번호_after.rb`
- 예제의 경우 `패턴_이름_ex_번호.rb`