new chapter on double dispatch for new book :)
Ah, it is singular and plural form of word :) I was just confusing that *Die*HandleTest uses *Dice*Handle class. Maybe this should be fixed 2017-08-23 13:33 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com>:
I found little mistake:
In a previous chapter you implemented a small DSL to add dice and manage *die*Handle.
It should be *dice* I guess.
2017-08-23 12:53 GMT+02:00 Stephane Ducasse <stepharo.self@gmail.com>:
feedback is welcome Good reading
Fixed it Tx On Wed, Aug 23, 2017 at 1:37 PM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
Ah, it is singular and plural form of word :) I was just confusing that DieHandleTest uses DiceHandle class. Maybe this should be fixed
2017-08-23 13:33 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com>:
I found little mistake:
In a previous chapter you implemented a small DSL to add dice and manage dieHandle.
It should be dice I guess.
2017-08-23 12:53 GMT+02:00 Stephane Ducasse <stepharo.self@gmail.com>:
feedback is welcome Good reading
Hi I took into account most of the remarks and the chapter improved significantly. Here is the new version. Now back to the lecture slides. Stef On Wed, Aug 23, 2017 at 10:13 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Fixed it Tx
On Wed, Aug 23, 2017 at 1:37 PM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
Ah, it is singular and plural form of word :) I was just confusing that DieHandleTest uses DiceHandle class. Maybe this should be fixed
2017-08-23 13:33 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com>:
I found little mistake:
In a previous chapter you implemented a small DSL to add dice and manage dieHandle.
It should be dice I guess.
2017-08-23 12:53 GMT+02:00 Stephane Ducasse <stepharo.self@gmail.com>:
feedback is welcome Good reading
I read it once without knowing what double dispatch is, after reading it , I did not know what double dispatch is. It took several reads to understand what double dispatch is. My suggestion is starting with explaining as a summary what double dispatch is , instead of leaving it for the conclusion, explain not how it works but why we need it. Its a good idea to give a general picture to the reader before a practical example as a map to follow the example more easily and not be lost in the code. The code is easy to understand but the intention is not. Also what is a "die handle" ? On Wed, Aug 23, 2017 at 1:54 PM Stephane Ducasse <stepharo.self@gmail.com> wrote:
feedback is welcome Good reading
participants (3)
-
Denis Kudriashov -
Dimitris Chloupis -
Stephane Ducasse