Phonebook Overview
Get an overview of the phonebook project and its file structure.
We'll cover the following...
We'll cover the following...
Phonebook project overview
This chapter aims to demonstrate how to build a simple phonebook as a shell REPL in a functional programming style. The goal of this project is to write user-facing command-line software without any frameworks or packages designed to ease the process like hoa
and reactphp-stdio
. The application showcases ideas discussed throughout the course.
PHP has evolved to become a language capable of ...