2021-03-06

juan_gandhi: (Default)
2021-03-06 10:41 am
Entry tags:

microupdates

John de Goes writes, "if you want a better Java, use Kotlin; if you want FP on JVM, use Scala"
Grady Booch writes, "Old code won't die, it should be killed" - talking about the ancient code that IRS uses, it's in Assembler.

Just learned that барбарис in English is "barberries".


juan_gandhi: (Default)
2021-03-06 10:57 am
Entry tags:

а вот немножко логики

Вот простые два теста на Котлине.

    Stream.of<String>().forAll {   it.isEmpty() } shouldBe true
Stream.of<String>().forAll { !it.isEmpty() } shouldBe true



Не очень понятно, как это непрофессионалы воспримут. Моим студентам требуются усилия обычно.