I am writing a big and dreadful program and 5 minutes ago I wrote a function with the following header:
TConstantVector::const_iterator CArrayConstant::pos(const TArrayIndex &ind) const {...}
It is hard to imagine a more constant function :)
Just seemed rather funny to me :)
However they say that plentiful use of constants is an indicator of the programmer's skill.. Then I am simply a virtuoso!!! :)
TConstantVector::const_iterator CArrayConstant::pos(const TArrayIndex &ind) const {...}
It is hard to imagine a more constant function :)
Just seemed rather funny to me :)
However they say that plentiful use of constants is an indicator of the programmer's skill.. Then I am simply a virtuoso!!! :)
