DEV Community

Discussion on: People that don't use Github, what do you use and why?

Collapse
 
damirtomic profile image
DamirTomic

foreach (code in codebase) {
..analyze();
....if(wantNotification){
..sendNotification();
..}
}

:D

Thread Thread
 
idanarye profile image
Idan Arye

Surely the optimizer can fix this?