Skip to content
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

Feature/28/metadata word sensibility #33

Merged
merged 3 commits into from
Dec 11, 2016

Conversation

alex-lairan
Copy link
Member

No description provided.

Copy link
Contributor

@TristanEduProjet TristanEduProjet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il y a une erreur.

@@ -99,6 +101,7 @@ void freeMetadata(Metadata *m) {
*/
void displayMetadata(const Metadata *m) {
printf("length: %zu\n", m->length);
printf("threshold: %zu\n", m->length);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m->threshold et non m->length

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bien vu

"\t2. Search a similar word\n"
"\t0. Return to Dictionaries management\n\n");
do {
printf("Your choice: ");
} while(!getIntRange(&choice, 0, 1));
switch (choice) {
case 1:
menuChangeThreshold(dico->metadata, dico->filename);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il ne serait pas plus propre de faire menuChangeThreshold(dico) et que ce soit dans la fonction qu'on accède au membres ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non, une fonction ne doit prendre que ce qu'elle à besoin, et pas plus.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, je passe

@@ -8,6 +8,7 @@

typedef struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il manque la documentation.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui mais sur une autre PR

Copy link
Contributor

@amelie-certin amelie-certin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le code n'est pas régressif pour la partie 1

@alex-lairan alex-lairan force-pushed the feature/28/metadata_word_sensibility branch from ab9088e to 8313261 Compare December 11, 2016 23:09
@alex-lairan alex-lairan merged commit c8132c9 into develop Dec 11, 2016
@alex-lairan alex-lairan deleted the feature/28/metadata_word_sensibility branch December 11, 2016 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants