Skip to content

Refactor all path finding to a class with class methods (maybe?) #13

@jm

Description

@jm

We do a lot of path look up throughout the app, and unfortunately, right now, that code is very duplicated. I think we should either:

  • Refactor it to a PathFinder class that has like PathFinder.rbenvPath or what not OR...
  • Move it all under the app delegate or something.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions