feature/watchdog #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/watchdog"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Merge watchdog with main branch
For future reference, try not to push the .vscode directory. We can use
.gitignoreto prevent that.Also, we are using snake_case for class member variables:
Also, I am fond of the
this->pointer, I prefer to include it even when we don't need to. Personally, I think it's easier to read. All of these things are minor, def not worth failing this PR, but for future reference try to remember these things. Once we have a style guide we can be more strict, but for now we can just change them as needed.Please review my comments left in the PR, but overall, very well done!
I will aprove this and merge into main. We are going to experience merge conflicts inside the nodes, but I will handle it once I get the nodes completed and ready for review.