ogx / Calculation2D

Extensible 2D image processing framework for C++
3 stars 0 forks source link

Remove redundant name extensions in classes and structures #94

Open themoob opened 12 years ago

themoob commented 12 years ago

For example:

mmImages::mmImagesCalculationMethodI should be mmImages::mmCalculationMethodI

mmImages::mmImagesCalculationMethodI::sCalculationAutomationParams should be mmImages::mmCalculationMethodI::sAutomationParams

mmImages::mmImagesCalculationMethodI::sCalculationMethodParams should be mmImages::mmCalculationMethodI::sMethodParams etc.

carasuca commented 12 years ago

oh, oh, what does then mm stand for?

themoob commented 12 years ago

Remove it as well if you wish. Or change it to c2d or whatever.

carasuca commented 12 years ago

how about c2d for the whole framework namespace? after all, that's what namespaces are, prefixes;)?

carasuca commented 12 years ago

We need to discuss and establish some uniform naming convention then (should have been done long beforehand).

malleor commented 12 years ago

Yeah, chaos reigns and nothing's gonna change it. We'll be talking stuff over meanwhile as we used to.