Modding: Coding style

Everyone has his or her own coding style. There are so many different styles, because making java code can be done on a lot of different ways. The code that I will show in most of the tutorials from now on have my own coding style. It might not be the most efficient way to code, but it's my own style. When you have never written any code before I suggest you follow it exactly. People who have coded before can experiment a little bit with their own style.
To name one thing that is different with my coding is that most people use this:

public void load(){

}

While I use this.

public void load()
{

}

Everyone will develop his or her own coding style over time. And the way I do it is not the only way. There are a lot of ways to do it and they can all be good.

When you are done you should go back to the tutorials list here.

Geen opmerkingen:

Een reactie posten