Smile Bank to Ledger

Check-in [1905cd0eb7]
Login

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

Overview
Comment: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?

Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | cascade_methods
Files: files | file ages | folders
SHA1: 1905cd0eb79a31faf499877f3f110fd54ec4b192
User & Date: atomicules 2015-07-06 20:57:36.854
Context
2015-07-10
10:42
Merge in the cascaded_methods approach. I've decided I prefer that check-in: 6a191c53d1 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

20:53
Create new branch named "cascade_methods" check-in: cdb88b0318 user: atomicules tags: cascade_methods
Changes
Unified Diff Side-by-Side Diff Patch
Changes to smile.rb.