All Projects → pedrovgs → Swiftkatas

pedrovgs / Swiftkatas

Licence: gpl-3.0
Swift training repository used to learn Swift and Functional Programming by solving some common katas using just purely functional programming.

Programming Languages

swift
15916 projects

Swift Bow SwiftKatas Build Status

Swift training repository used to learn Swift and Functional Programming by solving some common katas using just purely functional programming with Bow. This project uses CocoaPods, remember to execute pod install before start using this repository for any development purpose.

List of katas:

# Kata Statement PR Topic
1 Maxibons https://github.com/pedrovgs/SwiftKatas/pull/1 Polymorphic programming
2 Form validation https://github.com/pedrovgs/SwiftKatas/pull/3 Validated data type

Executing tests:

This project contains some tests written using XCTest and SwiftCheck. You can easily run the tests by executing any of the following commands:

fastlane test

Checkstyle:

For the project checkstyle we are using SwfitLint. The code format will be evaluated after accepting any contribution to this repository using this tool. You can evaluate the state of the project using SwiftLint by running this command:

Pods/SwiftLint/swiftlint

If you need to automatically fix the linting error you can run:

Pods/SwiftLint/swiftlint autocorrect

Developed By

Follow me on Twitter Add me to Linkedin

License

Copyright 2019 Pedro Vicente Gómez Sánchez

Licensed under the GNU General Public License, Version 3 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.gnu.org/licenses/gpl-3.0.en.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].