November 2018
Intermediate to advanced
404 pages
10h 16m
English
At the start of a development project, your attention is most likely on the skeleton source code that you will leverage to build up to a full application. As shown in the following table, those files with the skeleton source code are in the two subdirectories under Sources: /Application and /helloWorld:
| File/directory | Usage |
|---|---|
| /Application | Module for application logic |
| /Application/Application.swift | Class for application logic |
| /Application/InitializationError.swift | Structure for initialization error handling |
| /Application/Metrics.swift | Structure for gathering application and system metrics |
| /Application/Routes/HealthRoutes.swift | Route function for monitoring server health |
| /helloWorld ... |
Read now
Unlock full access