@yuriy_tymchuk So exciting! That is the mobilization (ha!) the world needs. I don’t quite understand how do people come up with the same type of language as RT propaganda…
#MoldableDevelopment is a systematic approach for understanding systems by means of custom tools that we construct for every development problem. #GToolkit is a moldable development environment designed to decrease the cost of custom tools: https://t.co/2ovqyPLET1
@girba#InfoQ
This article 👇 offers an introduction to #MoldableDevelopment.
It's written for a first time reader. It's not quite short, but it's not that long either (~4000 words). It has concrete examples, but also a little broader theory.
https://t.co/6WGnYSeO5O
1/
@yuriy_tymchuk I am afraid existing Swiss neutrality laws prevent it from treating soldiers and then releasing them back to the battlefield - it would mean active participation in a war. If a person does not come back to the battlefield or is a civilian, then it is fine…
@yuriy_tymchuk Exactly as predicted 😁 30k RUB fine (200$) and she walks away freely in a country where people get into prison for empty A3 papers... well done FSB, well done! 👏
@girba The fact that #DontLookUp got just ~55-60% positive reviews and 6/10 rating by established media and quote “will be forgotten in less than six months” perfectly describes the current state of affairs 🥲
People seem to find the #Smalltalk syntax confusing.
The confusion seems to stem from how words are separated by whitespace, and how sentences are ended with periods.
🤷
@girba One of the things I hate about Smalltalk is lack of chaining support due to parentheses requirements:
(((value filter: […]) sort: […]) first: 4) map: […]
vs
value.filter(…).sort(…).first(4).map(…)