Skip to Content
Prefactoring
book

Prefactoring

by Ken Pugh
September 2005
Intermediate to advanced
240 pages
6h 28m
English
O'Reilly Media, Inc.
Content preview from Prefactoring

7.1. Where We Are

Let us look at the classes we have developed so far. Figure 7-1 gives the overall picture, and the listing in Example 7-1 gives the details.

Example 7-1. Class details for the system so far
class CDRelease
    CommonString title
    UPCCode upc_code
    CDCategory category
    Days base_rental_period( )
    Dollars get_rental_fee( )

class CDDisc
    CDRelease cd_release
    PhysicalID physical_id
    Rental current_rental
    start_rental(Customer the_renter)
    end_rental( ) //

class PhysicalID

class CDCategory

class Rental
    Customer renter
    Timestamp start_time
    Timestamp end_time
    Days base_rental_period
    Boolean is_overdue( )

class CDDiscCollection
    CDDisc find_by_physical_id(PhysicalID a_physical_id)
    CDDisc [] find_by_cd_release(CDRelease a_cd_release)
    // Standard collection operations:
    add(CDDisc a_cd_disc)
    remove (CDDisc a_cd_disc)

class CustomerID

class Customer
    CustomerID customer_id
    CommonString name

class CustomerCollection
    Customer find_by_customer_id(CustomerID a_customer_id)
    // Standard collection operations
    add(Customer customer_to_add)
    remove(Customer a_customer_id) // Check to see no current rentals

We have two use cases that we are developing: Checkout_a_CDDisc and Checkin_a_CDDisc. Figure 7-2 gives an overall sequence diagram for the Checkout_a_CDDisc case.

Figure 7-1. Class diagram for the system so far
Figure 7-2. Checkout_a_CDDisc

Likewise, Figure 7-3 gives a sequence diagram ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

リーダブルコード ―より良いコードを書くためのシンプルで実践的なテクニック

リーダブルコード ―より良いコードを書くためのシンプルで実践的なテクニック

Dustin Boswell, Trevor Foucher, 角 征典
Java™ Performance

Java™ Performance

Charlie Hunt, Binu John
What Successful Project Managers Do

What Successful Project Managers Do

W. Scott Cameron, Jeffrey S. Russell, Edward J. Hoffman, Alexander Laufer

Publisher Resources

ISBN: 0596008740Catalog PageErrata