May 25, 2016
On 5/25/16 1:22 PM, Ali Çehreli wrote:
> On 05/25/2016 08:18 AM, Steven Schveighoffer wrote:
>
>> IMO, just say "if and else are your friends", as "else if" is really not
>> it's own construct.
>
> I like my own description of "else if" here: :)
>
>    http://ddili.org/ders/d.en/if.html#ix_if.else%20if
>

"Have coffee at neighbor's"

or

"Have coffee with neighbor"

-Steve

May 25, 2016
On 05/25/2016 10:46 AM, Steven Schveighoffer wrote:
> On 5/25/16 1:22 PM, Ali Çehreli wrote:
>> On 05/25/2016 08:18 AM, Steven Schveighoffer wrote:
>>
>>> IMO, just say "if and else are your friends", as "else if" is really not
>>> it's own construct.
>>
>> I like my own description of "else if" here: :)
>>
>>    http://ddili.org/ders/d.en/if.html#ix_if.else%20if
>>
>
> "Have coffee at neighbor's"
>
> or
>
> "Have coffee with neighbor"
>
> -Steve
>

You know what... I'm done with the English language. (or perhaps "with English" or "on English" or "by English", etc.) :p

Ali

May 25, 2016
On 05/25/2016 10:46 AM, Steven Schveighoffer wrote:

>>    http://ddili.org/ders/d.en/if.html#ix_if.else%20if
>>
>
> "Have coffee at neighbor's"

Thank you, fixed.

Ali

May 27, 2016
On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
> Hi,
>
> after another round of polishing, bug fixing, very useful user contributions and suggestions, I'd like to present the new home of the D language online tour:
>
> http://tour.dlang.org/
>
> Thank you very much to the D foundation for hosting this service!
>
> If you would like to report errors or have suggestions, please use GitHub:
>
> https://github.com/stonemaster/dlang-tour
>
> Thanks & regards,
> André

Hello André,

Congratulations. Job well done on a much need resource for the community. I sent you an email almost two weeks ago via your website. Not sure if you received it since I did not receive a response. Please contact me via email. My address is plastered all around the forum.

Thanks,
Andrew
May 27, 2016
On Friday, 27 May 2016 at 19:18:11 UTC, Andrew Edwards wrote:
> On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
>> [...]
>
> Hello André,
>
> Congratulations. Job well done on a much need resource for the community. I sent you an email almost two weeks ago via your website. Not sure if you received it since I did not receive a response. Please contact me via email. My address is plastered all around the forum.
>
> Thanks,
> Andrew

Hi Andrew,

have you tried to open a Github issue for it? [1]
It's quite active over there.

[1] https://github.com/stonemaster/dlang-tour
May 28, 2016
On 5/28/16 4:23 AM, Seb wrote:
> On Friday, 27 May 2016 at 19:18:11 UTC, Andrew Edwards wrote:
>> On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
>>> [...]
>>
>> Hello André,
>>
>> Congratulations. Job well done on a much need resource for the
>> community. I sent you an email almost two weeks ago via your website.
>> Not sure if you received it since I did not receive a response. Please
>> contact me via email. My address is plastered all around the forum.
>>
>> Thanks,
>> Andrew
>
> Hi Andrew,
>
> have you tried to open a Github issue for it? [1]
> It's quite active over there.
>
> [1] https://github.com/stonemaster/dlang-tour

Would if had an issue with it I suppose. This is regarding something totally different. Just noticed your email response. Will reply there.
June 10, 2016
On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
> Hi,
>
> after another round of polishing, bug fixing, very useful user contributions and suggestions, I'd like to present the new home of the D language online tour:
>
> http://tour.dlang.org/
>
> Thank you very much to the D foundation for hosting this service!
>
> If you would like to report errors or have suggestions, please use GitHub:
>
> https://github.com/stonemaster/dlang-tour
>
> Thanks & regards,
> André

I just yesterday managed to go trough the tour - great work!

Just a few suggestions:
a) There should be a direct link to a form on every page to give feedback, if you find an error, if you are new it is way to complicated to search for the "right" place to put
hints for broken links or similar errors.

b) The broken link is here:
http://tour.dlang.org/tour/welcome/4

Dub Repository points to: (http:// is missing) http://tour.dlang.org/tour/welcome/code.dlang.org

c) It would be very nice if the "swipe gesture" on an pad would be detected.
Or alternatively the forward an back button should be on the top to.

d) It would be very useful to add direct links to the chapters of:
Programming in D from Ali Çehreli



June 10, 2016
On Friday, 10 June 2016 at 09:18:07 UTC, Martin Tschierschke wrote:
> On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
>> Hi,
>>
>> after another round of polishing, bug fixing, very useful user contributions and suggestions, I'd like to present the new home of the D language online tour:
>>
>> http://tour.dlang.org/
>>
>> Thank you very much to the D foundation for hosting this service!
>>
>> If you would like to report errors or have suggestions, please use GitHub:
>>
>> https://github.com/stonemaster/dlang-tour
>>
>> Thanks & regards,
>> André
>
> I just yesterday managed to go trough the tour - great work!
>
> Just a few suggestions:
> a) There should be a direct link to a form on every page to give feedback, if you find an error, if you are new it is way to complicated to search for the "right" place to put
> hints for broken links or similar errors.

Yep we are aware of this (https://github.com/stonemaster/dlang-tour/issues/37) and once we split the tour into separate files (PR is already pending - https://github.com/stonemaster/dlang-tour/pull/224), this will happen!

> b) The broken link is here:
> http://tour.dlang.org/tour/welcome/4
>
> Dub Repository points to: (http:// is missing) http://tour.dlang.org/tour/welcome/code.dlang.org

Reported: https://github.com/stonemaster/dlang-tour/pull/230

Thanks!

> c) It would be very nice if the "swipe gesture" on an pad would be detected.
> Or alternatively the forward an back button should be on the top to.

Hehe we have had similar ideas:

https://github.com/stonemaster/dlang-tour/pull/221

> d) It would be very useful to add direct links to the chapters of:
> Programming in D from Ali Çehreli

Already part of our roadmap - we just need a bit more man power ;-)

https://github.com/stonemaster/dlang-tour/issues/193
1 2 3
Next ›   Last »