This was done in 2020, doesn't KZbin have a way to remove hizz in sound yet?
@GetSwifty4 жыл бұрын
Love the work that you put into these slides.
@yixe22534 жыл бұрын
great talk but the same as last year?
@tchewagama4 жыл бұрын
thank you
@AnkitRathi74 жыл бұрын
5:49 This is really bad example on the screen and can cause a lot of confusion. You can use computed property then no need to use combine? also in combine you are doing something other than left side example.
@ConernicusRex3 жыл бұрын
The swift code at the 5 minute mark was just bad code. That should be a computed value. var canMakePurchase: bool { balance >= purchasePrice }
@ConernicusRex3 жыл бұрын
This way it’s computed every time it’s asked for and always represents the current state of the value differential over time.