+ 1

How to make our code more efficient???

30th Jul 2019, 8:34 PM
Govind Kumar
Govind Kumar - avatar
3 Antworten
+ 5
If I had to say one thing: You have to reduce the number of operations. If one code does the same task with less operations, it will be more efficient. Try to DRY - don't repeat yourself. And all the things swim said. ;-)
30th Jul 2019, 10:30 PM
HonFu
HonFu - avatar
+ 1
Learn algorithms and big O notation.
31st Jul 2019, 3:43 AM
Sonic
Sonic - avatar