One of the best Scala evangelists. Thanks for sharing!
@nixheb4 жыл бұрын
Many thanks for the high quality recording and for putting ii online ! :)
@AlekseiTereshchenko5 жыл бұрын
Very good sound quality. Thanks
@mmuschalik4 жыл бұрын
Thanks for the tips John. Always loving what he is doing. Please write a book one day
@mati1979b4 жыл бұрын
book about ZIO would be nice
@MrDejvidkit Жыл бұрын
@@mati1979b There is one zionomicon
@danchatka86134 жыл бұрын
I cannot believe how clear John De Goes is. I worked professionally with Scala twice and hated every minute of it. Yet I know Scala is my best chance to do real FP on the JVM. Listening to John inspires me to not give up on Scala. John seems more optimistic about Scala 3 than he was in his 2018 talk "The Last Hope for Scala's Infinity War".
@lucasavila69284 жыл бұрын
Excellent speaker! I'll adopt many tips from this video from now on, going down the road to functional programming :)
@RohinPatel5 жыл бұрын
Thank you for sharing @RIST IDENT
@propagandaBreaker3 жыл бұрын
At 25:31 Isn't the class Numeric[A] should be a trait Numeric[A] so that many typeclass instances may be coded for it ?
@hepin19894 жыл бұрын
Thank you
@sergeda_dev3 жыл бұрын
Where is the second part? Can't find it on this channel
@ZelenoJabko4 жыл бұрын
John Here It Goes...
@walterdiaz20034 жыл бұрын
@13:09 a value object?
@einfacherkerl32793 жыл бұрын
1. Use Sum and Product types 2. Prefer functions to be used instead of constructors 3. Use Variance correctly 4. Use folds 5. Prefer type classes over interfaces 6. Methods either final or abstract 7. Use type bounds only for variance
@riskident5595 жыл бұрын
Give youtube some time to process it ... :-)
@myhul4 жыл бұрын
John delivering a solid amount of knowledge as usual. Regarding slide number 30 - the code is wrong and doesn't compile. This is how the could should be - gist.github.com/alexanderzafirov/44603a87b8a4c911c9d5924be0588bdd
@kevalan10425 жыл бұрын
"every method is abstract or final" -- hmm interesting.
@anticipayo3 жыл бұрын
It sounds like a great discipline
@TheYotamoron Жыл бұрын
Tip number one: don't use it. Tip number: seriously, don't use it.