Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kennyfrc/address_bloc

a command line program
https://github.com/kennyfrc/address_bloc

Last synced: 28 days ago
JSON representation

a command line program

Awesome Lists containing this project

README

        

Patterns:
1. Creating a lexicographically correct address book

Flow Used:
1. Array#insert(index, input)
- inputs: you have a base entries array which a bunch of names
- against index, use a for / each loop with an iterating index
- once you see that your name input is < an entry, then you found the right index