-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b8df8ed30f02ea6421356d3f15da9c8e #198
Open
juliabrafer
wants to merge
11
commits into
pds2-dcc-ufmg:main
Choose a base branch
from
juliabrafer:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Neste update: - a nomenclatura das variáveis foi alterada para manter o mesmo padrão. - os dados do cliente foram considerados privados, deixando público apenas o método que realiza a impressão.
Neste update a nomenclatura das variáveis foi alterada, a variável _cep foi definida como um int e a variável original "AlturadosPais" foi removida já que não era utilizada na main.
Neste update, as varáveis foram renomeadas para corresponder ao Cliente.hpp e a impressão foi feita por partes, para facilitar a visualização do código.
Neste update, o nome das varíaveis foram padronizados com o restante do código e a implementação das funções foram deslocadas para um arquivo Funcionario.cpp.
Modularização da classe Funcionario
A nomenclatura das variáveis foi alterada para corresponder ao padrão do código e a impressão foi reordenada.
A nomenclatura das variáveis foi alterada para corresponder ao padrão do código e a impressão foi reordenada.
a classe foi definida como uma extensão da classe Funcionário, de forma que as variáveis de Funcionario fossem reutilizadas.
a classe foi definida como uma extensão da classe Funcionário, de forma que as variáveis de Funcionario fossem reutilizadas.
As variáveis foram renomeadas, e a string cliente foi substituída por um objeto Cliente.
Alteração no nome das variáveis para adequar ao restante do código.
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.
Neste pull request, foram feitas as seguintes alterações: