marksands / Ongaku

A demonstration of eventing patterns, landing at RxSwift + RxSugar

Repository from Github https://github.commarksands/OngakuRepository from Github https://github.commarksands/Ongaku

Ongaku

A demonstration of eventing patterns, landing at RxSwift + RxSugar.

SingularPlural
Spatial/Synchronous T Iterator<T>
Temporal/Asynchronous Future<T> Observable<T>

Spatial

The Spatial branch demonstrates the most basic and essential programming paradim.

Future

The Futures branch demonstrates the singular temporal effect using BrightFutures.

Bitter

The Bitter branch demonstrates the plural temporal effect using vanilla RxSwift.

Master

The default master branch imporves the "bitter" plural temporal solution by adding RxSugar for convenience, clarity, and better reasoning of Reactive Programming.

About

A demonstration of eventing patterns, landing at RxSwift + RxSugar

License:MIT License


Languages

Language:Swift 92.1%Language:Objective-C 6.9%Language:Shell 0.6%Language:Ruby 0.4%