General

Profile

docx (Lukas Dolezal)

  • Login: docx
  • Registered on: 07/23/2018
  • Last sign in: 06/11/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

06/11/2020

08:28 AM Ruby Feature #6869: Do not treat `_` parameter exceptionally
Re
> In these descriptions, lowercase letter means the characters ''a'' though ''z'', as well as ''_'', the underscore.
I think what they mean here is that you can use it inside of a variable. Probably just did not realized the si...
docx (Lukas Dolezal)
08:25 AM Ruby Feature #6869: Do not treat `_` parameter exceptionally
Hi. This is interesting and I can see that the inconsistent treatment of `_` can be confusing (I never noticed tho because I never tried to access `_`).
I wonder however, I always thought that `_` is exactly explicitly part of syntax as...
docx (Lukas Dolezal)

12/24/2019

04:51 PM Ruby Feature #14912: Introduce pattern matching syntax
Thanks @mame for explanation and response.
That kinda make sense with the `Point[]`. Is this universal for any class?
I was playing with it and could not make it, for example when I have implemented my own class with `deconstruct_...
docx (Lukas Dolezal)

12/22/2019

10:33 PM Ruby Feature #14912: Introduce pattern matching syntax
Hi, I was playing with the type/hash patterns (2.7.0-preview3), and I find this confusing and non-intuitive:
while generic hash pattern uses curly brackets e.g.
```in {id: id, name: "Bob"}```
when added type to it, it has to b...
docx (Lukas Dolezal)

10/13/2018

01:57 PM Ruby Feature #14609: Let `Kernel#p` without an argument print the receiver
Allowing debugging within `yield_self` is great! If `yield_self` was inspired by Elixir, we can look at Elixir for inspiration here as well:
https://hexdocs.pm/elixir/IO.html#inspect/2
One of the examples that is very interesting i...
docx (Lukas Dolezal)

Also available in: Atom