|
|
|
CHAPTER 3 : General Principles
3.14 Use standard librariesWhen libraries are available with the compiler, or with platforms you are coding on, it seldom makes sense to reinvent the wheel by writing similar functions in your own code. This makes particular sense if you are writing to a standard, such as ANSI C. An extension to this is to have standard libraries within your organization. This is particularly useful for application specific functions which are used in more than one product. Re-use is one of the most effective ways of increasing the productivity of programmers.
|
|
|
|
|
||||