Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 812 Bytes

DesignGuidelines.md

File metadata and controls

33 lines (16 loc) · 812 Bytes

Design Guidelines

This document contains guidelines for projects that want to make use of ReactiveCocoa. The content here is heavily inspired by the Rx Design Guidelines.

This document assumes basic familiarity with the features of ReactiveCocoa. The Framework Overview is a better resource for getting up to speed on the functionality provided by RAC.

The Signal contract

The SignalProducer contract

Best practices

Implementing new operators

The Signal contract

The SignalProducer contract

Best practices

Implementing new operators