help

Status
This thread has been locked.

Edis

Maltreat
Premium
Feedback score
1
Posts
18
Reactions
4
Resources
0
I want to learn how to code, however I don't know where to start or how to start. If some of you more experienced devs can help me learn where to start off or where, that would help out a lot! Thanks
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

NeonX_

Feedback score
1
Posts
27
Reactions
11
Resources
0
Start off by searching "I want to learn how to code" in google. You need to learn the logistics before you start hiring private tutors.
 

Fluddershy

Feedback score
2
Posts
277
Reactions
133
Resources
0
First step to learning how to code is Googling Google. Google is your best friend and I've seen countless developers use forums like this and Spigot instead of it.

Good Sources:
- https://docs.oracle.com/javase/tutorial/getStarted/index.html.
- .
- Find the Java app on your phone.
- Books are good as well.
 
Last edited:

SimonM

Java Developer
Premium
Feedback score
12
Posts
190
Reactions
58
Resources
0
1 tip. Do not skip learning the basics of java and going straight to the API.
 

Tabuu

Developer
Supreme
Feedback score
3
Posts
39
Reactions
19
Resources
0
  1. Installing a IDE (I recommend IntelliJ).
  2. Setup a project and make a simple hello world program. (Use google)
  3. Learn about primitive data types. And try to apply them in a project.
  4. Learn how functions work: return value, parameters and how to call a function.
  5. Learn about classes: constuctor, data members, functions, instantiating.
  6. Learn about access modifiers.
  7. Learn about more complex data types: list, hashmap, ect.
  8. Learn how to code more object oriented.
  9. Learn about design patterns.
After this you should have a grasp of the Java language (these steps also work for other programming languages like C#). You can now look into the Spigot API. I recommend watching some YouTube tutorials on how to setup a project and make a basic plugin.

TIPS:
  1. Never just copy someones code without understanding it. You can always look at someone elses code and analyse how they did certain things but never just copy it because you do not learn anything from it and you won't understand your own code.
  2. Find your own way. This tip is a extention of the previouse tip, you should try to find a way that you think works best. Every project is different so every solution to a problem in that project will be too.
 

NextinOnMC

Feedback score
0
Posts
22
Reactions
2
Resources
0
Hey! I have a whole server full of active developers ready to help you! Hop on our discord https://discord.gg/HUsKqda and create a ticket using -new. I'd bet they would be nice enough to help you learn to code.

~The Niscord Team
 
Status
This thread has been locked.
Top