Posted on February 1, 2020
3 kinds of people
The omniscient corny horn pours out the following words of wisdom:
There are 3 kinds of people:
if (condition) { doSomething(); } else { doSomeOtherThing(); }
if (condition) { doSomething(); } else { doSomeOtherThing(); }
if (condition) doSomething(); else doSomeOtherThing();
Recent Comments