Skip to content
Snippets Groups Projects
  • Mark Skipper's avatar
    cc7f1ef8
    Remove the old helper methods from transport · cc7f1ef8
    Mark Skipper authored
    Replace with ItemTransport object, which needs to be instantiated. I
    think it can be reused between calls to its methods so there's no need
    to create new ones all over the place, but that's what I have done so
    far. I'm a bit uncertain about module level variables, and not
    everything is contained in a class.
    cc7f1ef8
    History
    Remove the old helper methods from transport
    Mark Skipper authored
    Replace with ItemTransport object, which needs to be instantiated. I
    think it can be reused between calls to its methods so there's no need
    to create new ones all over the place, but that's what I have done so
    far. I'm a bit uncertain about module level variables, and not
    everything is contained in a class.