UnitexGramLab / gramlab-ide

Unitex/GramLab Java IDE
https://unitexgramlab.org
Other
13 stars 27 forks source link

Refactoring names #133

Closed aissabnhd closed 4 years ago

aissabnhd commented 5 years ago

Description

I changed the name of 2 tags : "SELECTED" into "PREFERRED" and "TO_BE_REMOVED" into "NOT_PREFERRED" because it's more specif and it explains better the context of the tags. I added some comments to explains in details some part of the code. I refactored the name of functions related to these tags. I changed the name of the function "updateFactorizationNodes" to remove the ambiguity with "computeFactorizationNodes"

Motivation and Context

This refactoring is required because it's better to understand with these new names and it prevents ambiguity

How Has This Been Tested?

No test required, because it's only refactoring and the program already works.

Type of files

Level of change

Type of change

Checklist:

martinec commented 4 years ago

I'm closing this out-of-date PR that seems to be replaced by #144