Skip to content

Naming Issue: self.sat_imgs.sat_img (in VPRM.py) #8

Description

@User02468

Problem: Hard to understand what kind of objects sat_imgs and sat_img are in VPRM.py
Proposal:

  • Rename handler to satellite_manager in VPRM.py
  • Rename self.sat_imgs to self.satellite_managers in VPRM.py
  • Rename sat_img to images in sat_managers/base_manager.py (as sat_img right now can contain multiple images??)

(In VPRM.py this would result in:

  • handing satellite_manager to class vprm
  • self.satellite_managers.append(satellite_manager)
  • self.satellite_managers.images would then contain the images and be easier to read..)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions