SoftwareEtudes
Intro
This repository is not focused on a single project. It is a collection of ideas, sources, and hopefully useful sources for fellow developers using Apple infrastructure, including server side Swift.
Modules
Utilities
Date+GeneralExtensions
Debugging
FilesAndPaths
SemanticVersion
String+Additions
String+EmailAddressChecker
TimeIntervalUtilities
TypeNameDescribable
URL+BugFixes
URL+CodableExtensions
ConfigurationEnvironment
Messages
Logging
Graphs
Tutorials
ChangeLog
- 18.02.2024 - restarted the repository. The existing repository with the same name got very messy. It had several abandoned branches containing some useful sources, but difficult to merge. So, I decided to delete the existing repository and start fresh.
To Do
Dear users of this Swift Package, contributions are very welcome and you will be mention as a contributor (or anonymous contributor if you prefer) if you submit pull requests, that are accepted. If you are new to the package and would like to contribute, please pick one of the items in the ToDo list below.
Starter items
TimeIntervalUtilities
needs documentation.Debugging
needs documentation and testing.String+Additions
needs documentation and tests should be revisited and enhanced. Also some of the methods (made reusable from elsewhere) are wrong!TimeIntervalUtilities
needs documentation and more testsTypeNameDescribable
needs (usage) documentation.URL+BugFixes
needs tests.URL+CodableExtensions
needs documentation and tests