JosiahParry / quarto-site

attempting to build a new site using quarto
2 stars 2 forks source link

posts/2023-03-01-rust-traits-for-r-programmers/ #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Josiah Parry - Rust traits for R users

https://josiahparry.com/posts/2023-03-01-rust-traits-for-r-programmers/

teorems commented 1 year ago

Great content. Way above me for now but spotted on my maybe too ambitious reading list! Cheers.

JosiahParry commented 1 year ago

@teorems, if it feels like a lot then I think you'd benefit from learning a bit more about S3 objects and methods.

https://adv-r.hadley.nz/s3.html

That alone should be enough for this to make sense :)

teorems commented 1 year ago

Yeah I went already on quite a bit of advanced r and also took data camp courses about r classes but I miss some practice and my memory has limited space! Hope to have some spare time to go through these things.

Le ven. 3 mars 2023, 15:30, Josiah Parry @.***> a écrit :

@teorems https://github.com/teorems, if it feels like a lot then I think you'd benefit from learning a bit more about S3 objects and methods.

https://adv-r.hadley.nz/s3.html

That alone should be enough for this to make sense :)

— Reply to this email directly, view it on GitHub https://github.com/JosiahParry/quarto-site/issues/5#issuecomment-1453616301, or unsubscribe https://github.com/notifications/unsubscribe-auth/APHH3UB44MDG4NJHREX4DTDW2H6ARANCNFSM6AAAAAAVOO64QU . You are receiving this because you were mentioned.Message ID: @.***>

JosiahParry commented 1 year ago

Note to self: another reason why the s3 method / trait approach is useful is that it enforces type checking on the input. There needs to be a better way to improve on output type validation.