Smile Bank to Ledger

Check-in [6a191c53d1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge in the cascaded_methods approach. I've decided I prefer that
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6a191c53d125da195cb11ac2df490782ad995083
User & Date: atomicules 2015-07-10 10:42:55.582
Context
2015-07-10
11:12
Remove redundant comments after merge check-in: 16a050f0ef user: atomicules tags: trunk
10:42
Merge in the cascaded_methods approach. I've decided I prefer that check-in: 6a191c53d1 user: atomicules tags: trunk
2015-07-07
22:19
Report out balance as a comment at end of the file check-in: 565270916f user: atomicules tags: trunk
2015-07-06
20:57
Alternative approach to code, cascading methods

Since methods make no sense on their own, make each method call the method
before it so requirements cascade all the way back. Since each method now
returns `page` there is no need for `page` to be an instance variable. So
perhaps this is a bit cleaner? Leaf check-in: 1905cd0eb7 user: atomicules tags: cascade_methods

Changes
Unified Diff Side-by-Side Diff Patch
Changes to smile.rb.