Luvon

joined 1 year ago
[–] [email protected] 13 points 1 year ago

I generally use a for each type loop or a map because I am usually applying some function across a collection, and in both cases I use the singular name from the collections plural.

Cities.map(city -> …)

For (val city in cities)

If I actually need the index for some reason I still prefer loop structures that give me the index and the item together

*note syntax pulled out of my head and not necessarily belonging to any specific language.

For ( city, index in cities)

cities.map((city, index) -> … )

If I need to double loop a matrix array I would use rowIndex and ColIndex for the indexes.

[–] [email protected] 1 points 1 year ago

I second this, taskmaster is fantastic and they have like 12 seasons on YouTube for free

[–] [email protected] 1 points 1 year ago

I wonder how much blocking anon views upped the bounce rate.

[–] [email protected] 1 points 1 year ago

I wonder how much blocking anon views upped the bounce rate.

[–] [email protected] 1 points 1 year ago

I wonder how much blocking anon views upped the bounce rate.

[–] [email protected] 1 points 1 year ago

I love it, has lots of sensible things that should have been fixed forever ago. You can just edit the input like normal text.

It makes blocks out of output which makes navigating output much easier

[–] [email protected] 2 points 1 year ago

I imagine more apps will add the ability to view the full username. I have Mlem and Memmy on iOS and the both have the option.

[–] [email protected] 8 points 1 year ago

And don’t forget the 10 hours to adapt it to a more generic workflow when you need to do something similar 3 weeks later

[–] [email protected] 1 points 1 year ago

So some do‽ ‽ ‽