Skip to content

phriscage/banking_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banking application

A simple banking application that follows the OO design from 'Object Calisthenics by Jeff Bay, ThoughtWorks Anthology)' in Python.

Bank -> Customers

Customers -> Customer

Customer -> Accounts

Customer -> Name

Accounts -> Account

Account -> Balance

Unitests

(At least for one class...)

$ nosetests -s -x
........
----------------------------------------------------------------------
Ran 8 tests in 0.005s

OK

About

banking_application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages