Andrey told me that I am dumbass not using Telegraph. I'll do, sorry for spam 🙂
Andrey told me that I am dumbass not using Telegraph. I'll do, sorry for spam 🙂
103 viewsОткрыть в Telegram →
Из этого канала
- #13Quick intro in currying: https://telegra.ph/Currying-09-22
Quick intro in currying: https://telegra.ph/Currying-09-22
- #17Enums might be very helpful for organizing constants in your code, but this is…
Enums might be very helpful for organizing constants in your code, but this is not their only use. Take a look. https://telegra.ph/Python-Enums-09-22
- #18https://telegra.ph/Bullshit-of-self-documenting-code-09-23
https://telegra.ph/Bullshit-of-self-documenting-code-09-23
- #11Enough for today 🙂 We will take a look at currying, pros of immutable…
Enough for today 🙂 We will take a look at currying, pros of immutable structures and few other functional programming concepts that we all should know to be…
- #9No matter what function we pass to tripleme, it will be applied three times to…
No matter what function we pass to tripleme, it will be applied three times to the passed value. Last example for today. Take a deep breath.