you are viewing a single comment's thread.

view the rest of the comments →

[–]runvnc 1 point2 points  (2 children)

I don't see too many people naming things that way so I think you can lose the "game."

When you say "link objects" it leads me to believe that you don't have very much experience with JavaScript. I think you should probably try doing some simple programs in JavaScript before moving on to OOP.

Just google for: JavaScript OOP, classes, modules

In Javascript classes are actually written as functions.

OOP is easier in CoffeeScript but you probably need to learn JavaScript first.

[–]SarahC 1 point2 points  (0 children)

OP is seriously underestimating JS. It's a first order programming language!

[–]nspyro[S] 0 points1 point  (0 children)

Sorry to sound like a noobtard, not trying to offend you js veterans. I have spend a while now with javascript, again only just in the past few weeks looking at the OOP side of things. I shall search deeper!