ProgrammerHumor

helloNeo

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

Discussion

Haris613

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

15 hours ago
erkose

Seriously. For each knows the container is empty.

15 hours ago
Duroktar OP

Dammit! lol you're right

14 hours ago
LuciusWrath
:cs:

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

8 hours ago
Sikletrynet

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

4 hours ago
Top-Permit6835

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

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

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

19 minutes ago
driedcranberryman

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

15 hours ago
Neverwish_
:cs:

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

13 hours ago
mampatrick

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

12 hours ago