Man, I really appreciate this videos, it feels really chilll, you learn something new and and it's always enjoyable to hear someone that is enjoying it. Thank you
I like elvis like this as well. If a function has a nullable parameter, we can use variable_name ?: return (or throw as required) This is without assigning it to a new variable.
this Nothing return type of certain keywords is pretty wild, it actually allows for some, well, not really useful, but pretty funny expressions. As an example, if a function takes a parameter of type T, then you can actually call it by supplying 'return' as the parameter: function(return). This doesn't actually "do" anything at runtime, it's just funny how this is actually a valid expression to the compiler
It's been 4-5 years of kotlin js + react native still no one is using it (or handful ) company's are using it ..?? Did kotlin js failed....??? What are guys doing you have to be aggressive in marketing your product make kotlin js popular upload videos of cloning some popular website. introduce this language course in university make this language popular or every is gonna move towards flutter or javascript framework for web
The best thumbnail ever
True
Probably my favorite part of creating these videos! 🤣
I think Seb has achieved peak thumbnail!
(also, I really liked the opening gag "Today Elvis returns. Or maybe he throws.")
I'm always trying to make each thumbnail more interesting than the last! 🤣
Man, I really appreciate this videos, it feels really chilll, you learn something new and and it's always enjoyable to hear someone that is enjoying it.
Thank you
I'm glad you're enjoying the vibe and are learning something new with my videos, Projeto!
Seb, your thumbnails are so funny. Keep on going.
Thanks Dan! They're great fun to make!
To avoid nulls in Strings I prefer to put a ?:"" at the end.
I call it Elvis duck face.
Wow what a lesson! Whats next? Dot operator?
I like elvis like this as well.
If a function has a nullable parameter, we can use
variable_name ?: return (or throw as required)
This is without assigning it to a new variable.
this Nothing return type of certain keywords is pretty wild, it actually allows for some, well, not really useful, but pretty funny expressions. As an example, if a function takes a parameter of type T, then you can actually call it by supplying 'return' as the parameter: function(return). This doesn't actually "do" anything at runtime, it's just funny how this is actually a valid expression to the compiler
'nothing' type! impressive
I'm not sure what c or c++ operator you could be referring to as similar to ?: unless you're thinking of some language extension?
Could you explain variance and covariance in one of these videos? 😜
that thumbnail tho :))
Would you rather use elvis or the helper functions `check()` or `require()` to assure that the following code is reasonable?
It's been 4-5 years of kotlin js + react native still no one is using it (or handful ) company's are using it ..?? Did kotlin js failed....??? What are guys doing you have to be aggressive in marketing your product make kotlin js popular upload videos of cloning some popular website. introduce this language course in university make this language popular or every is gonna move towards flutter or javascript framework for web
That is good.
My question is how to study data structure in kotlin?
It would be helpful if you can recommend me some resources.
👏👏👏
Yay! Result type next? 😬
Honestly, great idea Tim! Seems worth covering in a future tip!
Thank
Can anyone explain to me the double colon operator :: in kotlin?
You can also
foo?.let {
// do something that is conditional on foo existing but that doesn't require the explicit handling of the null case
}
Thanks i like this videos
I came here just to praise the thumbnail 😅
Wow what a Thumbnail
Title should contain ?: instead of :?
Hello guys I am using opencv with Kotlin in android. And I want to find Contours but in c++ we have vec4i but in Kotlin what I have to use .
Or we can run a run {} block.
I read as "evil is back"
😄
?:)
Elvis was stolen^W borrowed from groovy. why didn't you mention it?