Oom Sveta @oom.technology · Nov 13

Aside from that use case, I don't necessarily find them readable. I prefer to keep my regex literals laconic and use destructuring assignment to name my matches:

1 likes 1 replies

?

Replies

Ndeye Fatou Diop · Nov 13

Interesting 😀 What I like about the first one is that we don’t need to change how we access values when the order changes : which is cool 😀