Goodbye Complex Code
35:20Prerequisite:
Conditionals 2: 'switch' ( ??? ); Objects ( ??? );WARNING: you did not complete all prerequisites of this course. To Complete prerequisites above, pass course Exam.
How to make your code simple. Its easy; First get rid of if/switch statements that can be stored as data instead of a statement - You will be surprised how simple your code looks when you do that. We will Test this idea using this sample application( a simple translator tool) by showing how much easier it is to use objects instead of switches and if statements.
Our free content is sponsered by these ads become a prime member and get rid of them.
Topics
Our free content is sponsered by these ads become a prime member and get rid of them.
Source
Our free content is sponsered by these ads become a prime member and get rid of them.
