You are viewing a single comment's thread from:

RE: Crypto-Hustle: A Total Newb's Adventures in Coding, Vol. IV (Studying Java and Making a New Game)

in #programming9 years ago

It sounds like you've set a pretty good pace for yourself and things are off to a good start. Your 27 Hustle Street project actually sounds like a fairly fun concept for a game. It could be something to keep building on and coming back to as you get more advanced and learn new concepts. Eventually, you might want to consider re-implementing it in Java... but that's quite a ways off I think.

When I first looked at Javascript I think I almost felt physical pain. What. the. hell. is. this???

Just to be clear, Java and Javascript are two completely different languages. Beginners often confuse the two; Javascript (which is very poorly named) is mainly used in client-side web code that executes in a browser, whereas Java is more for server side or standalone desktop application development.

Sort:  

Ah, okay. Thank you. I wasn't sure about that. Java is what I meant, then.

Thank you!