JavaScript Design Patterns
About this Course
This course covers methods for organizing your code, both conceptually and literally. You’ll learn the importance of separating concerns when writing JavaScript, gaining hands-on experience along the way. Separating concerns can be done with or without an organizational library or framework. We’ll learn how to separate concerns without one, and then we’ll explore an organizational library together. You’ll also learn strategies for exploring other …
JavaScript Design Patterns
About this Course
This course covers methods for organizing your code, both conceptually and literally. You’ll learn the importance of separating concerns when writing JavaScript, gaining hands-on experience along the way. Separating concerns can be done with or without an organizational library or framework. We’ll learn how to separate concerns without one, and then we’ll explore an organizational library together. You’ll also learn strategies for exploring other libraries and frameworks on your own.
By the end of this course, you’ll understand (from experience) the importance of code organization, and how to implement it with either vanilla JavaScript or an organizational library or framework. Your applications will start looking clean and professional—not just to your users, but also to anyone who looks at the code driving your applications.
Learn the importance of code organization and how to implement it with either vanilla JavaScript or an organizational library or framework.
[
Many developers dive right into projects without thinking of the organization or structure of the code they’re writing. It’s easy to hack projects together, but the best developers spend the extra time to think about the organization of their application and adhere to sound organizational practices.
,In order to write clean code that will get you your next job or promotion, you’ll need to have a solid understanding of organizational techniques, and you’ll need to implement those techniques in your projects. Software developers who write clean and organized code are surprisingly hard to find, so if you can master code organization you’ll be a step above the rest.
]
lesson 1
Changing Expectations
Build a project without an overall organizational paradigm.
Explore the pain points of not using an organizational model.
Introduction to future paradigms.
lesson 2
Refactoring
New paradigms vs Lesson 1.
Rebuild the project with the new organizational paradigm.
lesson 3
Using an Organizational Library
Explore KnockoutJS to organize our code and to reduce the amount of boilerplate we write.
lesson 4
Exploring Unfamiliar Code
Explore code that you didn’t write, and use a library or framework that you aren’t familiar with.
Learn to explore code and foster one of the most important traits of a developer.