Some advices
johnnychen94 opened this issue · comments
Johnny Chen commented
p2
- putting
;
after the expression will disable showing its value.
I think it's better to notice that ;
only works for REPL mode, and that there's no need to write ;
to deprecate the output if it's run by julia script.jl
abstract type (p6)
you might forget things about abstract type
and type inherit, e.g., struct CustomNumber <: Number end
Function dispatch
I think it's more concise to put things about function dispatch alone, since it's quite important in understanding and writing Julia codes.
Bogumił Kamiński commented
Thank you for a careful reading!
I have updated the document while trying to keep it concise which is a challenge.