- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 163字
- 2021-07-02 18:41:46
Low-level thinking
It's also advantageous to provide some low-level services that provide a convenient API to access things, such as HTTP remote requests and/or logging. Doing so will allow you to create unique characteristics that you or your team like to work with when interacting with low-level APIs. For instance, maybe your backend API requires a unique header to be set in addition to a special authentication header for each request. Creating a low-level wrapper around an HTTP service will allow you to isolate those unique characteristics and provide a consistent API for your app to interact with, to guarantee all the API calls are enhanced with what they need in one place.
Additionally, your team may desire an ability to funnel all the logging code to a third-party log analyzer (for debugging or other performance-related metrics). Creating low-level wrappers with the lean code around some framework services will allow your app to adapt to these potential needs quickly.
- Python程序設計(第3版)
- Software Testing using Visual Studio 2012
- Git高手之路
- Python零基礎快樂學習之旅(K12實戰訓練)
- C語言程序設計同步訓練與上機指導(第三版)
- 低代碼平臺開發實踐:基于React
- Java零基礎實戰
- Mastering Python Design Patterns
- Android Development Tools for Eclipse
- Java高手是怎樣煉成的:原理、方法與實踐
- Developer,Advocate!
- Three.js Essentials
- Python網絡爬蟲從入門到實踐
- jQuery基礎教程(第4版)
- Slick2D Game Development