Someone teach me Coding?

Status
This thread has been locked.

ganjabx

Designer
Premium
Feedback score
2
Posts
187
Reactions
24
Resources
0
Hello the name is Slah, I wanted to ask if there are any Developers for Minecraft servers out there that can possibly teach me how to develop, If so please msg me on Skype Baulk69 or pm me I feel like it would be a useful tool to learn, I understand it will take time but I'm patient and never answer back, also a good listener and fast learner.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ammar T

Programming Teacher
Supreme
Feedback score
7
Posts
820
Reactions
394
Resources
0
Hey, I got your PM and I've added you on Skype :).



Thanks for the tag Marth, I always appreciate those ;).
 

Ammar T

Programming Teacher
Supreme
Feedback score
7
Posts
820
Reactions
394
Resources
0
Read java documents, or a book.
Those are great resources indeed, some people just prefer a teacher. Personally I learn a new programming language by first looking at some projects that are interesting to me personally made in the language, studying the code and how it relates to what each bit is doing and trying to make sense of it. The next step I take is to read up on any key words or language constructs I didn't really get (Make sure the project doesn't use an extensive third-party API as you don't want to have to read up on that too :p), and try to re-read the code with my new-found knowledge. I then look up some talks about the programming language and it's features and hints from experienced programmers and watch through them. The next step I take is to attempt a project in the language (I'll probably fail) and each time I make an error, look up the error and see what I was doing wrong via. StackOverflow or just Google searching it :p. After I've got the project done (which is probably a mess because I'm new), I'll go ahead and evaluate my code and how it looks and runs and how I could improve efficiency and readability which will get me used to the syntax and naming formats of the language. After doing this whole "create a project" thing a few times, I'll find an experienced developer in the language and learn the language properly from them; eventually mixing my own knowledge and my teacher's together. After that I'll keep making projects until I'm decent with the language (this process usually takes around 6 months - most of it being the learning curve with my mentor and the projects bit).
 

Ammar T

Programming Teacher
Supreme
Feedback score
7
Posts
820
Reactions
394
Resources
0
Status
This thread has been locked.
Top