All Manuals > Delivery User Guide

3 Writing Code Suitable for Delivery

How successfully you can deliver your application depends to a large extent upon how you wrote it in the first place. Delivery reduces the size of some symbols and constructs more than others, so a knowledge of what sort of code leads to the best delivered images is useful.

This chapter explains what sorts of considerations you might make when coding your application.

3.1 Separate run time initializations from the build phase

3.2 Error handling in delivered applications

3.3 Efficiency considerations


Delivery User Guide - 01 Dec 2021 19:35:03