Filter
Exclude
Time range
-
Near
Replying to @QuodSoler
At least is not: if(condition) if(anotherCondition) theCode; else someOtherCode();
1
5
458
Replying to @EricaZelic
Print(1) #somecode Print(2) #someothercode Print(3) Output: 1 2 <Exception in code>
2
103
Replying to @ShukantP
I see this and I raise you the A/B testing of code: This runs only someCode() /* someCode(); /*/ someOtherCode(); //*/ add one slash, and runs only someOtherCode() //* someCode(); /*/ someOtherCode(); //*/
1
3