ProgrammerHumor

helloNeo

helloNeo
https://i.redd.it/jr89reom2icf1.png
Reddit

Discussion

Haris613

Do you really need to if for non 0 length before foreach?

17 hours ago
erkose

Seriously. For each knows the container is empty.

17 hours ago
Duroktar OP

Dammit! lol you're right

17 hours ago
LuciusWrath
:cs:

Is preemptive code, supposing future changes, a bad practice?

10 hours ago
Sikletrynet

What changes would that be? It's not very likely that forEach would change

6 hours ago
LuciusWrath
:cs:

Anything that doesn't have zero-length detection, before or after the loop.

2 hours ago
Top-Permit6835

In this case? Definitely. It needlessly introduces an additional if statement that increases complexity

6 hours ago
rtybanana
:cs::ts::dart::asm:

No - to an extent. Yes - to this extent.

2 hours ago
driedcranberryman

This is why I don’t trust Math.random() - it knows too much...

18 hours ago
Neverwish_
:cs:

Wtf, having type as a string and not enum...

15 hours ago
mampatrick

Could be like a string literal union in typescript, but still

14 hours ago