awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
S

SlideShareInc/swift-style-guide

0
View on GitHub↗
0 stars·0 forks·10 views

Swift Style Guide

Features

  • Mobile Development Guides - Swift coding standards used at SlideShare.

Star history

Star history chart for slideshareinc/swift-style-guideStar history chart for slideshareinc/swift-style-guide

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Swift Style Guide

These projects share indexed features with Swift Style Guide. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • github/objective-c-style-guidegithub avatar

    github/objective-c-style-guide

    1,666View on GitHub↗

    Archived Style guide & coding conventions for Objective-C projects

    View on GitHub↗1,666
  • github/swift-style-guidegithub avatar

    github/swift-style-guide

    4,762View on GitHub↗

    This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source code. It provides a framework for maintaining clean and maintainable code through established conventions and formatting rules. The guide prioritizes composition over class inheritance by favoring value types and final classes. It establishes a policy for access control to manage boundaries between internal logic and external components through explicit visibility modifiers. The standards cover type safety optimization through immutable bindings and safe optional handling. A

    View on GitHub↗4,762
  • google/styleguidegoogle avatar

    google/styleguide

    39,367View on GitHub↗

    Style guides for Google-originated open-source projects

    HTMLcpplintstyle-guidestyleguide
    View on GitHub↗39,367
  • ivacf/archiivacf avatar

    ivacf/archi

    3,306View on GitHub↗

    Repository that showcases 3 Android app architectures: "Standard Android", MVP and MVVM. The exact same app is built 3 times following the different patterns.

    Java
    View on GitHub↗3,306
Compare all 8 related projects→

Frequently asked questions

What are the main features of slideshareinc/swift-style-guide?

The main features of slideshareinc/swift-style-guide are: Mobile Development Guides.

Which projects share features with slideshareinc/swift-style-guide?

Projects with overlapping indexed features include: github/objective-c-style-guide — **Archived** Style guide & coding conventions for Objective-C projects. github/swift-style-guide — This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source… google/styleguide — Style guides for Google-originated open-source projects. ivacf/archi — Repository that showcases 3 Android app architectures: "Standard Android", MVP and MVVM. The exact same app is built 3… nytimes/objective-c-style-guide — This project provides a comprehensive set of standardized design patterns, naming conventions, and environment… raywenderlich/objective-c-style-guide — A style guide that outlines the coding conventions for Kodeco.