High Order Programming is a style of programming that involves using "software components, like functions, modules or objects, as values." When combined with delegate interfaces like iOS's UITableViewDataSource
(which is used to load data into a table view), a pattern emerges for creating re-usable components.
Contributions to the library are very welcome - please fork the repository and open a PR with your changes into master.
To get the examples + library compiling locally:
$ git clone <your fork> ./hoctable
$ cd ./hoctable
$ npm i
$ npm run typings:install
$ npm run build:all
$ npm test
To see what happens when a new tag is created, check out the travis.yml
file.
For examples and api documentation: