https://github.com/andr3a88/work-better
A list of resources and tips for programming in the best way, especially for Objective-C and Swift
https://github.com/andr3a88/work-better
Last synced: 4 months ago
JSON representation
A list of resources and tips for programming in the best way, especially for Objective-C and Swift
- Host: GitHub
- URL: https://github.com/andr3a88/work-better
- Owner: andr3a88
- Created: 2015-11-03T13:48:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T19:35:37.000Z (about 8 years ago)
- Last Synced: 2024-12-29T12:25:46.774Z (5 months ago)
- Language: Swift
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work better
## iOS
A list of resources and tips for programming efficiently, especially for Objective-C and Swift
1. [Xcode Workflow and OSX apps](XcodeWorkflow.md)
* [Swift Code Style](SwiftCodeStyle.md)
* [SwiftLint](SwiftLint.md)
* [ObjectiveC Code Style](ObjectiveC-CodeStyle.md)
* [Cocoapods](Cocoapods.md)
* [Clean Code](CleanCode.md)## Backend
1. [NodeJS](Backend.md#NodeJS)
* [MongoDB](Backend.md#MongoDB)