-
Please respect our rules: * Do not be rude, racist, bully or sexist to our chat members * Do not be a fool * No spam/flood/ads * No trolling * 18+ We speak English here! Our bot - @InMindBot
Well yes. Even on a shorter scale memory can do tricks to us.
A few times I was really confident about some fact that happened a few days ago. And it turned out things were the other way around.
https://www.tandfonline.com/doi/full/10.1080/09658211.2020.1870699
Читать полностью…
But there are cases of production usage in their Discord group
Читать полностью…
No, I'm still exploring Gleam by creating small programs to learn it's stdlib
Читать полностью…
Funny that you said exactly that.
https://github.com/zakirullin/cognitive-load/discussions/56
It appeared 1 hour ago - "Implementation inheritance".
Aren't we living in a matrix?
In production completing tasks 3 years. Overall 5 in IT including internships excluding university
Читать полностью…
What I am afraid of is sometimes the logic outside happy path is more complex (and important) than the inside. And in that case moving away this kind of logic away from main logic could be not so good.
Читать полностью…
The real benefit comes when the program() function is not that small as in this ecample
Читать полностью…
Then when we call this 15 lines of code function, we shallow pattern match on result (containing either Ok or Sum of errors). I know it sounds like Result in Rust/ Haskell Maybe, but in Kotlin it will be more lightweight and practical. Ok, I will write a small example
Читать полностью…
It is not available yet, the final feature is not finalized yet
Читать полностью…
Nominate it as the best mechanism so far in popular languages
Читать полностью…
I think, you could say both, depends on what you meant
Читать полностью…
Hello there! Remember, just jumping in with a "hi" is a bit of a conversation stopper here. Dive right into any topic you're interested in!
Читать полностью…
> We demonstrate that research has shown that about 30% of tested subjects formed false memories of autobiographical experiences.
Читать полностью…
I like all Erlang/BEAM-related stuff. There's something special about the whole thing.
Читать полностью…
Inheritance is the worst of all. Did so much irreparable damage to the industry
Читать полностью…
One thing I definitely like about Go is that it does not have an inheritance like in java. Gleam also is correct in this matter
Читать полностью…
Thanks for the example! Ok it looks somewhat not bad, bot will see how it's implemented.
For the moment I consider the Go's verbosity as the best possible way. 🤔
It means it will enable one to write a piece of code let's say 15 lines of function body as if none of these lines of code can fail. Let's consider this flow as happy path
Читать полностью…
Well I consider errors to be a part of business logic
Читать полностью…
I sure understand that. It's not "some engineer". He is the engineer :)
Читать полностью…
I thought about it, but came to conclusion that I'm talking about any subject, not the exact one. But I think you're right - actually it is an exact subject.
Читать полностью…