-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
Description
All the get extension functions I can recall using include the dot in what they return (as did the previous rust function). Unless there's a really good reason I don't think this should have changed.
For what it's worth the three languages I checked all include the dot:
Python splitext function
http://docs.python.org/library/os.path.html
boost file system extension method
http://www.boost.org/doc/libs/1_51_0/libs/filesystem/doc/reference.html#path-extension
.NET GetExtension method
http://msdn.microsoft.com/en-us/library/system.io.path.getextension.aspx
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.