In this chapter, we will be looking at how proper code organization should be done when programming with Ballerina. This includes exploring the general development workflow of a computer programmer, including coding best practices, design patterns, automated testing, and functional reuse and sharing.
Ballerina Projects and Modules
Ballerina is not just a programming language and a compiler, but rather a full platform for application development. It has its own project and module concepts that ...