Skip to content

peris/training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

training

TDD

Exercise:

October 19th, 2016

  1. Create Bib/Holdings/Item structure. a. Bib - id, List, String content b. Holdings - id, List, String content c. Item - id, String content
  2. CRUD operations a. save b. update c. delete