Skip to content

daniel94vt/contacts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contacts

This project is to create a command line based program that will aid the user in the handling of contacts and contact information for those contacts. The user will be able to sort their contacts by groups for more convienient organization and to make it easier to find the person they are trying to contact. The contacts will be kept in a list of all contacts and inidivual lists for each group.

The project will use parts of the Unix design philosiphy in its implementation. It will use orthogonality in that we are keeping the data handling portions of the code as seperate as possible from the parts of the code taht the user will interface with. We are also using the silence is golden aspect in that the part parts of the code that communicat with each other only share the information neccessary for the other part to complete its objective.

About

ECE 2524 final project. Contacts handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published