Exercises
The following exercise allows you to explore a special case of the hotspot analysis. Should you get stuck, flip ahead to Appendix 1, Solutions to the Exercises, and I’ll be happy to offer my guidance.
Restrict the Hotspot Analysis to Parts of a Codebase
- Repository: https://github.com/code-as-a-crime-scene/react
- Language: JavaScript
- Domain: React is a UI library.
- Analysis snapshot: https://tiny.one/react-hotspots-map
In most situations, you want to include the complete codebase in your hotspot map. However, occasionally, it’s interesting to focus on a smaller part of the overall codebase such as a specific subsystem or service. A typical use case includes a large system where you’re only responsible for a part of the solution. Having ...
Get Your Code as a Crime Scene, Second Edition, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.