Skip to content

divvy dev suggestions #527

Description

@nsheff

As I was fixing a divvy bug with template paths, I came up with these two suggestions to improve developer experience on divvy code

  • def templates_folder(self): - should be deprecated, since we actually specify the path within the divcfg; so this is never used!
  • def write(self, filename=None): -- should be renamed to write_config? It's confusing because this is not writing the script, which is done by write_script, even though there is a divvy write. In other words, divvy write calls write_script, not write, which is non-parallel.

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

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions