[Kexi-devel] addition

Adam Pigg piggz1 at gmail.com
Sat Nov 19 00:56:47 CET 2005


No problem

i will do all the things suggested so far, and as soon as im given the nod, i 
will put it into svn.

PiggZ
On Friday 18 November 2005 19:13, Martin Ellis wrote:
> Any reason why it's written like:
>
> s <<"LINE 1" << endl;
> s <<"LINE 2" <<endl;
> s <<"LINE 3" << endl;
>
> and not this?
>
> s << "LINE 1" << endl
>   << "LINE 2" << endl
>   << "LINE 3" << endl;
>
> The latter is easier on the eye, and makes it easier to change the
> variable name.
>
> Also it might be nice to separate put variables that go into the output
> stream on their own line (slightly further indented) so it's easier to scan
> which variables are used.
>
> Also, is the output (in each cell) HTML escaped?
>
> Martin
> _______________________________________________
> Kexi-devel mailing list
> Kexi-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kexi-devel


More information about the Kexi-devel mailing list