September 2024
Beginner to intermediate
985 pages
35h 37m
English
Professional software development also includes a professional development process. How can repetitive tasks be automated? How can the source code be checked automatically? And what is the best way to manage the source code? In this chapter, we'll give you answers to these questions and show you the first steps toward setting up a professional development process for JavaScript application development.
In this chapter we’ll describe the following aspects of software development with JavaScript in greater detail:
Automating repetitive tasks (Section 21.1)
Automatic testing of source code (Section 21.2)
Source code management using a version control system (Section 21.3)
Read now
Unlock full access