- Hands-On Dependency Injection in Go
- Corey Scott
- 94字
- 2021-06-10 19:17:49
Coding for User Experience
In this chapter, we will examine several often overlooked, but valuable, aspects of programming, chiefly testing, user experience, and dependency graphs. While these topics might not feel like they have anything to do with; Dependency Injection (DI), they have been included to give you a solid but pragmatic foundation from which you can evaluate the techniques in the second part of this book.
The following topics will be covered in this chapter:
- Optimizing for humans
- A security blanket named unit tests
- Test-induced damage
- Visualizing your package dependencies with Godepgraph
推薦閱讀
- C++案例趣學(xué)
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Python機器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- Java入門很輕松(微課超值版)
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實戰(zhàn)
- Instant Lucene.NET
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- C語言程序設(shè)計實踐
- 面向物聯(lián)網(wǎng)的Android應(yīng)用開發(fā)與實踐
- Expert Cube Development with SSAS Multidimensional Models
- Roslyn Cookbook
- Visual Basic程序設(shè)計
- 軟件自動化測試實戰(zhàn)解析:基于Python3編程語言
- OpenACC并行編程實戰(zhàn)