Burt.K

Awesome Discovery

최신글

2025년 3월 9일
[SE-0020] Swift 언어 버전 빌드 설정
## Swift 언어 버전 빌드 설정 * 제안: [SE-0020](0020-if-swift-version.md) * 작성자: [Ashley Garland](https://github.com/bitjammer) *...
2025년 3월 9일
[SE-0019] Swift 테스팅
## Swift 테스팅 * 제안: [SE-0019](0019-package-manager-testing.md) * 작성자: [Max Howell](https://github.com/mxcl), [Daniel Du...
2025년 3월 9일
[SE-0018] 유연한 멤버 초기화
## 유연한 멤버 초기화 * 제안: [SE-0018](0018-flexible-memberwise-initialization.md) * 작성자: [Matthew Johnson](https://github.co...
2025년 3월 9일
[SE-0017] Unmanaged를 UnsafePointer로 변경하기
## `Unmanaged`를 `UnsafePointer`로 변경하기 * 제안: [SE-0017](0017-convert-unmanaged-to-use-unsafepointer.md) * 작성자: [Jacob Ba...
2025년 3월 9일
[SE-0016] UnsafePointer와 UnsafeMutablePointer를 Int 및 UInt로 변환하기 위한 이니셜라이저 추가
## UnsafePointer와 UnsafeMutablePointer를 Int 및 UInt로 변환하기 위한 이니셜라이저 추가 * 제안: [SE-0016](0016-initializers-for-converting...
2025년 3월 9일
[SE-0015] 튜플 비교 연산자
## 튜플 비교 연산자 * 제안: [SE-0015](0015-tuple-comparison-operators.md) * 저자: [Lily Ballard](https://github.com/lilyball) * 검...
2025년 3월 9일
[SE-0014] AnySequence.init에 제약 추가하기
## `AnySequence.init`에 제약 추가하기 * 제안: [SE-0014](0014-constrained-AnySequence.md) * 작성자: [Max Moiseev](https://github....
2025년 3월 9일
[SE-0013] final 아닌 Super 메서드의 부분 적용 제거(Rejected)
## final 아닌 Super 메서드의 부분 적용 제거 (Swift 2.2) * 제안: [SE-0013](0013-remove-partial-application-super.md) * 작성자: [Ashley G...
2025년 3월 9일
[SE-0012] 공개 라이브러리 API에 @noescape 추가(Rejected)
## 공개 라이브러리 API에 `@noescape` 추가 * 제안: [SE-0012](0012-add-noescape-to-public-library-api.md) * 작성자: [Jacob Bandes-Storc...
2025년 3월 9일
[SE-0011] typealias 키워드를 associatedtype으로 대체하여 연관 타입 선언하기
## `typealias` 키워드를 `associatedtype`으로 대체하여 연관 타입 선언하기 * 제안: [SE-0011](0011-replace-typealias-associated.md) * 작성자: [L...
2025년 3월 9일
[SE-0010] StaticString.UnicodeScalarView 추가(Rejected)
## StaticString.UnicodeScalarView 추가 * 제안: [SE-0010](0010-add-staticstring-unicodescalarview.md) * 작성자: [Lily Ballard]...
2025년 3월 9일
[SE-0009] 인스턴스 멤버 접근 시 self 사용 강제화(Rejected)
## 인스턴스 멤버 접근 시 self 사용 강제화 * 제안: [SE-0009](0009-require-self-for-accessing-instance-members.md) * 작성자: [David Hart](h...
2025년 3월 9일
[SE-0008] 옵셔널 시퀀스에 대한 Lazy flatMap 추가
## 옵셔널 시퀀스에 대한 Lazy flatMap 추가 * 제안: [SE-0008](0008-lazy-flatmap-for-optionals.md) * 작성자: [Oisin Kidney](https://githu...
2025년 3월 9일
[SE-0007] C 스타일 for 루프 제거: 조건과 증감 연산자
## C 스타일 for 루프 제거: 조건과 증감 연산자 * 제안: [SE-0007](0007-remove-c-style-for-loops.md) * 작성자: [Erica Sadun](https://github.c...
2025년 3월 8일
[SE-0006] 표준 라이브러리에 API 가이드라인 적용하기
## 표준 라이브러리에 API 가이드라인 적용하기 * 제안: [SE-0006](0006-apply-api-guidelines-to-the-standard-library.md) * 작성자: [Dave Abraham...
2025년 3월 8일
[SE-0005] Objective-C API를 Swift로 더 좋게 번역하기
## Objective-C API를 Swift로 더 좋게 번역하기 * 제안: [SE-0005](0005-objective-c-name-translation.md) * 작성자: [Doug Gregor](https:...
2025년 3월 8일
[SE-0004] ++와 -- 연산자 제거
## `++`와 `--` 연산자 제거 * 제안: [SE-0004](0004-remove-pre-post-inc-decrement.md) * 작성자: [Chris Lattner](https://github.com/...
2025년 3월 8일
[SE-0003] 함수 매개변수에서 var 제거
## 함수 매개변수에서 `var` 제거 * 제안: [SE-0003](0003-remove-var-parameters.md) * 작성자: [Ashley Garland](https://github.com/bitj...
2025년 3월 8일
[SE-0002] 커링 func 선언 문법 제거
## 커링 `func` 선언 문법 제거 * 제안: [SE-0002](0002-remove-currying.md) * 저자: [Joe Groff](https://github.com/jckarter) * 상태: **...
2025년 3월 8일
[SE-0001] (대부분의) 키워드를 인자 레이블로 허용
## (대부분의) 키워드를 인자 레이블로 허용 * 제안: [SE-0001](0001-keywords-as-argument-labels.md) * 작성자: [Doug Gregor](https://github.com...