FEvoR / master

Master working branch for FEvoR
Other
2 stars 0 forks source link

Better method names #1

Open jhkennedy opened 10 years ago

jhkennedy commented 10 years ago

Method names need improvement.

For example:

FEvoR::Distribution d1; 
d1.loadDistribution(/*stuff*/);

Saying loadDistribution is redundant, could just be load. Similar with many getters and setters.

ckhroulev commented 10 years ago

Sounds good! (On the other hand, there are more important issues than this to be taken care of…)

jhkennedy commented 10 years ago

Yes there is. Figured an Enhancement issue is a good way to remember to come back to this someday.