Slashdot Mirror


User: progressnerd

progressnerd's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Concurrent Programming in Java on Good Books On Programming With Threads? · · Score: 5, Informative

    Concurrent Programming in Java is more or less *the* book on good practices for multi-threaded programming for Java, with many lessons that apply to other languages as well.

  2. Yes on Do Static Source Code Analysis Tools Really Work? · · Score: 4, Informative

    Yes, some static analysis tools really work. FindBugs works well for Java. Fortify has had good success finding security vulnerabilities. These tools take static checking just a step beyond what's offered by a compiler, but in practice that's very useful.