• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Your Code as a Crime Scene - by Adam Tornhill

 
Sheriff
Posts: 5555
326
IntelliJ IDE Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[img]https://imagery.pragprog.com/products/426/atcrime_xlargecover.jpg[/img]
[size=10]Image from pragprog.com[/size]
Publisher: The Pragmatic Bookshelf

[size=18][b]Summary[/b][/size]
[quote=The Pragmatic Bookshelf] Jack the Ripper and legacy codebases have more in common than you’d think. Inspired by forensic psychology methods, this book teaches you strategies to predict the future of your codebase, assess refactoring direction, and understand how your team influences the design. With its unique blend of forensic psychology and code analysis, this book arms you with the strategies you need, no matter what programming language you use.[/quote]

[size=18][b]From the publisher[/b][/size]
[list][url=http://media.pragprog.com/titles/atcrime/intro.pdf]Introduction[/url][/list] [list][url=http://media.pragprog.com/titles/atcrime/decay.pdf]Detect Architectural Decay[/url][/list] [list][url=http://media.pragprog.com/titles/atcrime/norms.pdf]Norms, Groups and False serial killers[/url][/list]
[size=18][b]Where to get it?[/b][/size]

[list][url=http://www.amazon.com/Your-Code-Crime-Scene-Bottlenecks/dp/1680500384/jranch-20]Amazon.com[/url][/list] [list][url=https://pragprog.com/book/atcrime/your-code-as-a-crime-scene]The Pragmatic Bookshelf[/url][/list]
[size=18][b]Related Websites[/b][/size]
[list][url=https://www.youtube.com/watch?v=qJ_hplxTYJw]Code, Crime, Complexity: Analyzing software with forensic psychology | Adam Tornhill | TEDxTrondheim[/url][/list] [list][url=https://github.com/adamtornhill/code-maat]GitHub: code-maat[/url][/list] [list][url=http://www.adamtornhill.com/]adamtornhill.com[/url][/list]

 
Tim Cooke
Sheriff
Posts: 5555
326
IntelliJ IDE Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
'Your Code as a Crime Scene' is aimed at intermediate to advanced Engineers who want to get more from their source repository history than simply who did what and when. As a developer who falls into that category I found it a fascinating read and left me itching to hunt out the criminals in my own applications.

Adam shows how to analyse your change history in new and interesting ways that allow you to uncover your code's dirty little secrets. Files that always change together identify unnecessary coupling. Files with large indentations uncover complex branching. Files that consistently grow on each change point to possible code dumping grounds. Plus a number of scenarios that I hadn't previously considered as problem areas.

The author has also written a powerful suite of tools called code-maat, available for free, which allow you to follow along and practice with the plentiful examples and get stuck in with analysing your own source history. This is a real strength of the book as it becomes of real practical use almost immediately. This 'learn by doing' approach is very valuable. Recommendations to improve each of the problem areas are presented and discussed in a pragmatic manner.

There are very few books that cover this topic and this is a welcome addition to my library. Having a good catalogue of scientific analysis techniques such as these for interrogating your source code takes a good deal of the 'artwork' out of finding problem hot spots. Highly recommended.

I give this book 10 out of 10 horseshoes.

---
Disclosure: I received a copy of this title from the publisher in exchange for reviewing it on behalf of CodeRanch
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This sounds like a really novel and useful approach. We should do a book promo for this book at CodeRanch!
 
I've read about this kind of thing at the checkout counter. That's where I met this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic