Part 5: Supporting Tools
Crystal comes bundled with various supporting features and tooling to help with everything needed to create robust and usable applications, once the application itself has been written. This includes a testing framework to ensure the application continues to function as expected, and a documentation system to make it easier for others to learn how to use the application, and is supported by the nature of the language itself, which makes it easy to deploy. Let's get started!
This part contains the following chapters:
- Chapter 14, Testing
- Chapter 15, Documenting Code
- Chapter 16, Deploying Code
- Chapter 17, Automation
- Appendix A, Tooling Setup
- Appendix B, The Future of Crystal