Top X tips to code & debug efficiently [closed]
- by user1510230
I'm starting a big Java project and I wanted to have some advices that could benefit us all.
What are the X (X could be 5 / 10 / ... or even 100 :) most important tips to code and debug efficiently in general (and in particular with java / javascript) ?
I'll start with some basic ones :
Use functions everytime a portion of code is used more than…