sandblaster icon indicating copy to clipboard operation
sandblaster copied to clipboard

Operation Node refactor

Open radudum10 opened this issue 3 years ago • 1 comments

  • operation_node.py classes are now in separated files and some of them have been completely refactored.
  • I have fixed the dependencies between the classes.
  • This is currently still in progress, review and testing are welcome!

radudum10 avatar Aug 12 '22 19:08 radudum10

@radudum10 , this requires rebasing.

This is still WIP so commits and commit messages are not that relevant now. But when getting closer to merging the PR, please be sure that:

  • commit messages are well written: see instruction here: https://chris.beams.io/posts/git-commit/
  • commit messages are complete and atomic: one commit is one functionality; there won't be a commit with two ideas inside it, or an idea spread across multiple commits

razvand avatar Aug 28 '22 06:08 razvand