Best Practices in Javascript Library Design
Top Comments
All Comments (54)
-
@Thunderbird861 Dont start tryin to learn with these tech talks, these are for helpfull for people wih a good amount of knowledge in writing programs. Start by learning from youtube tutorials or books. My favorite tutorials are from thenewboston and my favorite books are the "for dummies" series
-
@Thunderbird861 Write code. Lot's of it. And study code written by other programmers.
-
@Thunderbird861 it really depends what scale your applications will have.. jquery will do for most parts in visual effects but for more complex architectures you would have to go into code design.. for example i build lots of js applications in good old MVC pattern combined with domain driven design rules. but what makes javascript special is its behavures.. you should read or listen to "Javascript - The good parts" its on google tech talks too!
-
@bloodychan i really start learning but i still suffered from learning gap, what is the best way to full this gap?
-
david walsh postet a good post in his blog concirning seperation of librarys with double brackets.. like ((myLib))();
-
@Thunderbird861 starting!
-
what is the best way to learn JavaScript?
-
@fallenland true that. javascript is one of the most used languages right now. Ctrl + u
-
niced vid!
@Edel99 Nope, JavaScript is definitely worth learning even if you aren't doing anything with it. Its one of those languages that does things in a strange but really cool way and is unlike other languages around. Its probably most used language right now.
fallenland 5 months ago 3
@Edel99 There is no more robust or capable client-side language than JavaScript, but you should also know that JavaScript has nothing to do with Java. They are very different languages, typically used in different places for different purposes.
beachhunt 1 year ago