how to
 

 how to







 

Question by  Jimbo14 (19)

What are some code optimization techniques?

 
+5

Answer by  mbpiii (66)

Replacing recursive method calls with loops is an excellent way to increase efficiency. Remember, procedural programs almost always run faster.

 
+3

Answer by  DedoMraz (30)

It all depends on the code that you are working on. Your best bet would be browsing the internet for some tips or taking a walk to your nearest university.

 
You have 50 words left!