Refatoração do código#1
Open
VTHMgNPipola wants to merge 1 commit intoFRC5800:masterfrom
Open
Conversation
…private ainda precisam ser revisados, no entanto (pode ser que sejam utilizados por Reflections de uma outra biblioteca, então ainda não os modifiquei).
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.
Fiz uma refatoração em todas as classes, e melhorei algumas áreas (como os for's e if's que estavam sem as chaves, mesmo que isso seja permitido, não é uma boa prática). Melhorei levemente a performance de algumas áreas (em que removi if's duplos e troquei por if-else), e vários campos package-private precisam ser analisados.
Como não tenho conhecimento sobre a biblioteca que estão utilizando, não pude fazer mais melhorias, somente na área do Java puro.
A classe FalconPathPlanner precisa ser revista, parece estar muito longa, e aparenta poder ser subdividida.
Caso o padrão do projeto sejam tabs e não 4 espaços, posso criar outro pull request com a alteração.