Development support
Let's dive into a series of techniques and tools that enable developers to build quality frameworks focused on usability and ease of use. Learning and utilizing these types of development support strategies will help us with our framework development, making our projects more usable in internal (work projects) or public contexts (open source/publicly published projects).
Some of these development methodologies and skills are not specific to JavaScript framework development; they are used across many JavaScript and web application development undertakings. However, in the context of framework development, the approach to these tooling and usability patterns is different from a regular application project. For example, a framework might have a particular expanded set of tests that ensures that new features and changes do not break the existing applications that use it. This type of extended testing is a particular case that only applies to framework projects...