ProgrammerHumor

helloNeo

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

Discussion

Haris613

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

14 hours ago
erkose

Seriously. For each knows the container is empty.

14 hours ago
Duroktar OP

Dammit! lol you're right

14 hours ago
LuciusWrath
:cs:

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

7 hours ago
Sikletrynet

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

3 hours ago
Top-Permit6835

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

3 hours ago
driedcranberryman

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

14 hours ago
Neverwish_
:cs:

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

12 hours ago
mampatrick

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

11 hours ago