Skip to content

Instantly share code, notes, and snippets.

@lyondhill
Created October 4, 2012 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyondhill/3836288 to your computer and use it in GitHub Desktop.
Save lyondhill/3836288 to your computer and use it in GitHub Desktop.

Things Andrew

  • First I would like a quick way archatechtural talk with big squares and circles and arrows
  • turn diagram into a walk through of the calls as it starts in a invoice sync
  • ::Pagoda::Landlord::App (line 124) is there a reason to use the result of the block to change the sum?

billable_components.inject(0) do |sum, component| amount = component.calculate_rent_on_processes(start_at, stop_at) if block_given? yield sum, component, amount else sum += amount end end


* BillableEvents, what was there purpose? just a disconnect between the utility(ssl) and the billing system?
* ::Pagoda::Landlord::App has a function calculate_rent_on_processes.. I dont think it works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment