XDLibsPHP talk:Home

From XcelData Wiki
Revision as of 17:41, 3 August 2018 by Charliej (talk | contribs) (Created page with "= Code Standardization Project = So, I'll start off by saying this will probably always be an ongoing thing. Unstructured aka "Rogue Code" is easy to create by not using the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Code Standardization Project

So, I'll start off by saying this will probably always be an ongoing thing.

Unstructured aka "Rogue Code" is easy to create by not using the main APIs. It usually creeps in because of tests, or proof of concepts, that get rushed to production without being optimized for production.

Future developers need to know the importance of this because it helps guarantee the reliability/stability of the system.

For new code: Use existing API functions before creating new ones, and think through any changes as it could break stuff

For old code: Finding the time to replace older code with newer API functions (and there is plenty left to convert trust me)

--Charliej (talk) 17:41, 3 August 2018 (UTC)