+ 1
How to make our code more efficient???
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. ;-)
+ 1
Learn algorithms and big O notation.