F
Frederick Gotham
Richard Heathfield posted:
<OFF-TOPIC>
I started my new style of definitions when I delved deep into template
programming in C++. Some of my definitions were three lines long (when
word-wrapped), and so I separated the lines like as follows:
export template<class NumT, class StrT>
typename Assum<NumT,StrT>::CharT const
*Assum<NumT,StrT>::TextProcess(Letters<NumT> const &stls)
It's a lot clearer to me like that.
It made sense to overhaul my entire style once I'd seen the light.
</OFF-TOPIC>
Keith Thompson said:
If you don't like it, don't read it.
I don't like it, so I won't read it.
But how he writes his code is up to him. If he doesn't need other people
to read it (e.g. to help him out), then as long as he can read it,
that's all that matters.
<OFF-TOPIC>
I started my new style of definitions when I delved deep into template
programming in C++. Some of my definitions were three lines long (when
word-wrapped), and so I separated the lines like as follows:
export template<class NumT, class StrT>
typename Assum<NumT,StrT>::CharT const
*Assum<NumT,StrT>::TextProcess(Letters<NumT> const &stls)
It's a lot clearer to me like that.
It made sense to overhaul my entire style once I'd seen the light.
</OFF-TOPIC>