Date: 11th July 2022
The problem we are tackling here is large program size. Which have become very common in programming.
This leads to increase download size on the user and for the host (the programmer). Even though storage is cheap, data subscription and bandwidth charges remains expensive.
The solution we are presenting here is to pick from a large library the functions you are needing and not including the whole library. One might find himself including a library while needing very few of its functions
For example: It is bad to include the whole of opengl just to get the width and height (dimensions) of the screen. Opengl has hundreds of functions.
This doesn’t work all the time.
If you have any comments or objections or complaints or contributions please mail us