Code review - #126
Open
aurelPierre wants to merge 4 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/!\ DO NOT MERGE THIS PULL REQUEST /!\
Welcome to this Code Review !
I made a lot of comments in the entire code base (including cmake) however, I didn't look at the algorithm you wrote. Indeed, I only looked at the code globally, it means c++ syntax, semantics, formats, etc...
Some errors happen more than others like:
Feel free to comment the comment via github if you want more information about them.
After looking at your code, I think you are not rigorous enough. Your nomenclature is all over the place, there are a lot of typos and formatting errors. It's nothing dramatic, but it's tiresome in the long run.
There is another point that I want to address, it's about your methodology. When you are about to implement a feature, there a few questions you must ask yourself:
When I see some of your code, I don't know if you asked yourselves these questions.
Well, the code itself is okay overall so don't fret yourself about this too much. They are only remarks to help you become better programmers !
Good luck and continue working hard !