- 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
推薦閱讀
- Mastering Ext JS(Second Edition)
- 數據結構和算法基礎(Java語言實現)
- Mastering Scientific Computing with R
- R的極客理想:工具篇
- Hands-On Swift 5 Microservices Development
- 微課學人工智能Python編程
- Lift Application Development Cookbook
- Laravel Application Development Blueprints
- App Inventor少兒趣味編程動手做
- 精通Spring:Java Web開發與Spring Boot高級功能
- JavaScript前端開發基礎教程
- Python應用開發技術
- Java語言程序設計實用教程(第2版)
- Android開發權威指南(第二版)
- Django 3 Web Development Cookbook