2015-05-11

juan_gandhi: (VP)
2015-05-11 06:07 pm

вставляем смайлики

[livejournal.com profile] natabelu предлагает перепереть классику на новый стиль, понатыкав смайликов.

Я б начал с монолога Гамлета, конечно. Или с Отче Наш.
juan_gandhi: (VP)
2015-05-11 07:38 pm
Entry tags:

so, ok, sql databases are mutable (mostly)

Have to live with it. But in Scala, this fact should be used properly. Even if there's a var, hide it, and have reasonable methods ("getter/setter") for accessing. Especially the setter, so all updates go to db.

Well, all this sounds like Java 1996... I know, I know.