[Insight-developers] class name abbreviations
John M. Galeotti
jgaleotti@cmu.edu
Thu, 17 Apr 2003 11:26:37 -0400
I suppose a better question then would be how much I need to included
the names of parents in the names of children, when I intend for the
children to actually be used as instances of the parents. In this
specific case, FourierSeriesDifferentiableParametricFunctionPath would
actually be used as an argument to a function requiring a
DifferentiableParametricFunctionPath object, etc. So, with that in
mind, is it still fine to drop the "DifferentiableParametricFunction"
part from the long FourierSeries... name?
FourierSeriesDifferentiableParametricFunctionPath derives from
DifferentiableParametricFunctionPath which derives from
ParametricFunctionPath which derives from
Path which derives from
FunctionBase
John
jgaleotti@cmu.edu
On Thursday, April 17, 2003, at 10:47 AM, Luis Ibanez wrote:
>
> John,
>
> I may be missing something here, but...
> as far as I understand, Fourier Series are
> always "Parametric" and are always "Differentiable",
>
> so it is probably safe to name the class just:
>
> "FourierSeriesPath"
>
> It may still derive from a base class
>
> "DifferentiableParametricPath"
>
>
> If there is any functionality that can be factorized.
>
>
> Luis
>
>
> ----------------------------------
> Lorensen, William E (Research) wrote:
>> How about
>> FourierSeriesParametricPath
>> FourierDifferentiableParametricPath
>> FourierSeriesDifferentiablePath
>> Your abbreviation is far too terse.
>> Bill
>> -----Original Message-----
>> From: John M. Galeotti [mailto:jgaleotti@cmu.edu]
>> Sent: Thursday, April 17, 2003 5:18 AM
>> To: insight-developers@public.kitware.com
>> Subject: [Insight-developers] class name abbreviations
>> Although abbreviations are discouraged in ITK, I plan to add a class
>> to ITK with a 49 character name, specifically
>> FourierSeriesDifferentiableParametricFunctionPath. Is there a
>> standard way I should go about abbreviating some of those words? Is
>> the name FSDiffParamFuncPath to terse?
>> John Galeotti
>> jgaleotti@cmu.edu
>> _______________________________________________
>> Insight-developers mailing list
>> Insight-developers@public.kitware.com
>> http://public.kitware.com/mailman/listinfo/insight-developers
>> _______________________________________________
>> Insight-developers mailing list
>> Insight-developers@public.kitware.com
>> http://public.kitware.com/mailman/listinfo/insight-developers
>
>
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers