Skip to content

Add a separate module for tools and helper functions #864

Description

@magnesj

There are several tool and helper classes in ResInsight. To improve the architechture, more modules is suggested. As the first step, create a separate module located in ApplicationLibCode called Tools. This module is a separate library with dependency on QtCore.

Identify files in ResInsight that can be moved into this module. Criteria to move is

  • only depending on c++ or QtCore
  • helper or tool class
  • no dependency on caf or cvf

The plan is to move the files first. When the moving of files has stabilized, the files can be renamed or put into a separate namespace.

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions