On Friday, 1 February 2013 at 19:27:11 UTC, Ali Çehreli wrote:
On 02/01/2013 11:12 AM, Andrej Mitrovic wrote:
> On 2/1/13, Ali Çehreli<[email protected]> wrote:
>> I have continued with the translation of the book.
>
> Very cool!
>
> Btw, a section from the book:
>
> // Do not use the older syntax:
> alias existing_name new_name;
>
> I don't think this syntax will ever be deprecated (it would
break a
> metric ton of code), so there's nothing wrong with using it.
You are right. What I meant is more like "there is no need to
continue using this awkward syntax anymore." I will change it
later to something milder. :)
Ali
Maybe something like "use of old syntax is discouraged".
I have used your on-line book many times, so thanks for the
effort! It is very nice to have an up-to-date version.
--rt