Skip to content

Commit cb58a5f

Browse files
committed
Clarify relationship between Swift 3 naming guidelines and Foundation
1 parent 4472562 commit cb58a5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Our primary goal is to achieve implementation parity with Foundation on Apple pl
2222

2323
In our first year, we are not looking to make major API changes to the library. We feel that this will hamper the primary goal. There are some areas where API changes are unavoidable, however. For more information on those APIs and the overall design of Foundation, please see [our design document](Docs/Design.md).
2424

25+
### API Naming and Foundation
26+
27+
One of the goals of the Swift 3 project is [a new set of naming guidelines](https://swift.org/documentation/api-design-guidelines). The Foundation project will soon update all of its names to match the new guidelines. We will also drop the 'NS' prefix from all classes.
28+
2529
### Current Status
2630

2731
See our [status page](Docs/Status.md) for a detailed list of what features are currently implemented.

0 commit comments

Comments
 (0)